]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/PostUpdate.php
Merge pull request #11895 from annando/smarty-sub-dir
[friendica.git] / src / Database / PostUpdate.php
index 3ec7822bf037d89f05fe8de53b7dd7ce8a01cd4e..9216d800da42f643860b872c17b24df27aa099c8 100644 (file)
@@ -1108,7 +1108,6 @@ class PostUpdate
 
                $posts = DBA::select('post-view', ['uri-id'], ['conversation' => './']);
                while ($post = DBA::fetch($posts)) {
-                       echo $post['uri-id'] . "\n";
                        $parent = Item::getParent($post['uri-id']);
                        if ($parent != 0) {
                                DBA::update('post', ['parent-uri-id' => $parent], ['uri-id' => $post['uri-id']]);