summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 16:23:24 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 16:23:24 +0100
commit0a8011eb75b506d26850d476ff6d50c15ad948cc (patch)
treee468f9021b19081a9d46e0024351f0c3ea92e0a3 /modules
parent5e1f0af73eaba1d45e2742d5586194172a21fc89 (diff)
rpc/publ: typo
Diffstat (limited to 'modules')
-rw-r--r--modules/backend-rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php
index ddf33a0df..64b49ffe4 100644
--- a/modules/backend-rpc.php
+++ b/modules/backend-rpc.php
@@ -74,7 +74,7 @@
$id = db_escape_string($_GET["id"]);
if ($pub == "1") {
- $mark = "true";
+ $pub = "true";
} else {
$pub = "false";
}