diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-12-30 16:29:32 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-12-30 16:29:32 +0100 |
commit | 3ca950a9f47ade37c1e805810efcce77d1b3be9d (patch) | |
tree | 6ef3663a96b656c21b76db7bfea199ef4d305129 /rpc.php | |
parent | d52a300c17f28ab64deb3dc32d425af503030058 (diff) |
missing function keyword for process_ajax_request()
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ class PHPFSPOT_RPC { } // __construct() - function process_ajax_request() + public function process_ajax_request() { require_once 'HTML/AJAX/Server.php'; |