Revert "Coding convention applied - part 1"
This commit is contained in:
@@ -27,7 +27,7 @@ function api_post(App $a) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (count($a->user) && x($a->user,'uid') && $a->user['uid'] != local_user()) {
|
||||
if(count($a->user) && x($a->user,'uid') && $a->user['uid'] != local_user()) {
|
||||
notice( t('Permission denied.') . EOL);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user