]> git.mxchange.org Git - friendica.git/commitdiff
Just a little bit more code clean up.
authorMichael Vogel <icarus@dabo.de>
Sun, 8 Feb 2015 20:03:04 +0000 (21:03 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 8 Feb 2015 20:03:04 +0000 (21:03 +0100)
include/threads.php

index 9bc51052e866ae6bc1f13469035b2c97a4a8bd4f..cefba2d6c0519890a426485ce510a701212be577 100644 (file)
@@ -19,10 +19,6 @@ function add_thread($itemid, $onlyshadow = false) {
                logger("add_thread: Add thread for item ".$itemid." - ".print_r($result, true), LOGGER_DEBUG);
        }
 
-       // Store a shadow copy of public items for displaying a global community page?
-       //if (!get_config('system', 'global_community'))
-       //      return;
-
        // is it already a copy?
        if (($itemid == 0) OR ($item['uid'] == 0))
                return;