projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d52a300
)
missing function keyword for process_ajax_request()
author
Andreas Unterkircher
<unki@netshadow.at>
Sun, 30 Dec 2007 15:29:32 +0000
(16:29 +0100)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sun, 30 Dec 2007 15:29:32 +0000
(16:29 +0100)
rpc.php
patch
|
blob
|
history
diff --git
a/rpc.php
b/rpc.php
index 4a8ca7c0e6a5f2af35dabed57d3f976e5bbd6b36..0bd04fe9d036e1bef630467205bc07849685dd04 100644
(file)
--- 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';