]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
Merge pull request #2238 from fabrixxm/develop
[friendica.git] / mod / item.php
index a2b88a8e305f00474a3adecb034adb5a6ed71ddf..f25ea36b2c0c13ed9a08a24e968b8a3741bf4fcf 100644 (file)
@@ -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) ;