X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fitem.php;h=f25ea36b2c0c13ed9a08a24e968b8a3741bf4fcf;hb=d7410f9e47d50d652ae0d33ec0540b894c3dfc13;hp=a2b88a8e305f00474a3adecb034adb5a6ed71ddf;hpb=a60b702df1783d88a378d9ec9823772d86497a2f;p=friendica.git diff --git a/mod/item.php b/mod/item.php index a2b88a8e30..f25ea36b2c 100644 --- a/mod/item.php +++ b/mod/item.php @@ -176,10 +176,6 @@ function item_post(&$a) { // have been provided, and run any anti-spam plugins - // TODO - - - if((! can_write_wall($a,$profile_uid)) && (! $allow_moderated)) { notice( t('Permission denied.') . EOL) ;