diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-14 23:04:10 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-14 23:04:10 -0700 |
commit | d20e1a6f938d088708166e039ae0088a8ddf11e4 (patch) | |
tree | 7fa25d32ca357cd04debe066956f9a44f56e5206 /mod/item.php | |
parent | 43f8dd680234239f2cf6e0d62a12aa32aacf5b16 (diff) | |
download | volse-hubzilla-d20e1a6f938d088708166e039ae0088a8ddf11e4.tar.gz volse-hubzilla-d20e1a6f938d088708166e039ae0088a8ddf11e4.tar.bz2 volse-hubzilla-d20e1a6f938d088708166e039ae0088a8ddf11e4.zip |
feed related
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/item.php b/mod/item.php index 83854ed15..c7b5b4885 100644 --- a/mod/item.php +++ b/mod/item.php @@ -5,7 +5,7 @@ function sanitise_acl(&$item) { } function item_post(&$a) { -dbg(2); + if((! local_user()) && (! remote_user())) return; @@ -149,7 +149,7 @@ dbg(2); array(),$foo)); } -// goaway($a->get_baseurl() . "/profile/$profile_uid"); + goaway($a->get_baseurl() . "/profile/$profile_uid"); |