diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-09-08 21:52:05 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-09-08 21:52:05 +0200 |
commit | b4a2361efc7bc4b49f5195a2c14573a41c55f300 (patch) | |
tree | 54d231b76eafef25a92dc6be8bfb0ad0215d4b95 /mod/item.php | |
parent | a73f8291c31364b16b447efd9190f5b99d9a01c5 (diff) | |
download | volse-hubzilla-b4a2361efc7bc4b49f5195a2c14573a41c55f300.tar.gz volse-hubzilla-b4a2361efc7bc4b49f5195a2c14573a41c55f300.tar.bz2 volse-hubzilla-b4a2361efc7bc4b49f5195a2c14573a41c55f300.zip |
.
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index b8421b22f..fd93d1dff 100644 --- a/mod/item.php +++ b/mod/item.php @@ -77,7 +77,7 @@ function item_post(&$a) { if (local_user() && !(x($_REQUEST,'parent')) && !(x($_REQUEST,'post_id'))) { $ret=item_check_service_class(local_user(),x($_REQUEST,'webpage')); if (!$ret['success']) { - notice( t($ret['message']) . EOL) ; + notice( t($ret['message']) . EOL) ; if(x($_REQUEST,'return')) goaway($a->get_baseurl() . "/" . $return_path ); killme(); |