From 3ca950a9f47ade37c1e805810efcce77d1b3be9d Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 30 Dec 2007 16:29:32 +0100 Subject: missing function keyword for process_ajax_request() --- rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc.php') 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'; -- cgit v1.2.3-18-g5258