This commit is contained in:
Christian Vogeley 2013-09-08 21:52:05 +02:00
parent a73f8291c3
commit b4a2361efc

View File

@ -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();