X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fitem.php;h=f25ea36b2c0c13ed9a08a24e968b8a3741bf4fcf;hb=d7410f9e47d50d652ae0d33ec0540b894c3dfc13;hp=a2b88a8e305f00474a3adecb034adb5a6ed71ddf;hpb=388847e1f371554f50613357de06cf4a6ec751c9;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) ;