aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-19 05:24:22 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-19 05:24:22 -0700
commitbbe53699f26bfa4e4d17da097fd8f2fc14da47dd (patch)
tree70888d850bc8f839532b087584eb41f0a9bbf0a8 /mod/item.php
parent9b0584e59338f0b75c6b8a9a1b5def33da5de5f6 (diff)
downloadvolse-hubzilla-bbe53699f26bfa4e4d17da097fd8f2fc14da47dd.tar.gz
volse-hubzilla-bbe53699f26bfa4e4d17da097fd8f2fc14da47dd.tar.bz2
volse-hubzilla-bbe53699f26bfa4e4d17da097fd8f2fc14da47dd.zip
bug fixes
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/item.php b/mod/item.php
index e0497af7a..4de9dc59f 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -5,7 +5,7 @@ function sanitise_acl(&$item) {
}
function item_post(&$a) {
-
+dbg(3);
if((! local_user()) && (! remote_user()))
return;
@@ -170,6 +170,6 @@ function item_post(&$a) {
array(),$foo));
}
- goaway($a->get_baseurl() . "/" . $_POST['return'] );
+// goaway($a->get_baseurl() . "/" . $_POST['return'] );
return; // NOTREACHED
} \ No newline at end of file