summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc.php b/rpc.php
index 4a8ca7c..0bd04fe 100644
--- a/rpc.php
+++ b/rpc.php
@@ -31,7 +31,7 @@ class PHPFSPOT_RPC {
} // __construct()
- function process_ajax_request()
+ public function process_ajax_request()
{
require_once 'HTML/AJAX/Server.php';