summaryrefslogtreecommitdiff
path: root/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-12 22:46:25 +0400
committerAndrew Dolgov <[email protected]>2011-12-12 22:46:25 +0400
commitf30ef1fa1bd76b497b5c0a64a92e2e0ef7116515 (patch)
tree59ed5f392c16d05ce3f86b5199b16f96ee40af1c /public.php
parentc9c4f6b7e3519accdae403346f79a5a03926c9f4 (diff)
subop -> method
Diffstat (limited to 'public.php')
-rw-r--r--public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public.php b/public.php
index c2de2185f..5fd9beabd 100644
--- a/public.php
+++ b/public.php
@@ -42,7 +42,7 @@
init_connection($link);
- $subop = $_REQUEST["subop"];
+ $method = $_REQUEST["method"];
$mode = $_REQUEST["mode"];
if ((!$op || $op == "rss" || $op == "dlg") && !$_REQUEST["noxml"]) {