.
This commit is contained in:
parent
a73f8291c3
commit
b4a2361efc
@ -77,7 +77,7 @@ function item_post(&$a) {
|
|||||||
if (local_user() && !(x($_REQUEST,'parent')) && !(x($_REQUEST,'post_id'))) {
|
if (local_user() && !(x($_REQUEST,'parent')) && !(x($_REQUEST,'post_id'))) {
|
||||||
$ret=item_check_service_class(local_user(),x($_REQUEST,'webpage'));
|
$ret=item_check_service_class(local_user(),x($_REQUEST,'webpage'));
|
||||||
if (!$ret['success']) {
|
if (!$ret['success']) {
|
||||||
notice( t($ret['message']) . EOL) ;
|
notice( t($ret['message']) . EOL) ;
|
||||||
if(x($_REQUEST,'return'))
|
if(x($_REQUEST,'return'))
|
||||||
goaway($a->get_baseurl() . "/" . $return_path );
|
goaway($a->get_baseurl() . "/" . $return_path );
|
||||||
killme();
|
killme();
|
||||||
|
Reference in New Issue
Block a user