]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Item.php
Avoid multiple lines in post-view, added thread view
[friendica.git] / src / Model / Item.php
index c8677d8425b347d422064128e7cba6fbd0480433..888a81831ad00a3c519705d1c7a8dd14ba054523 100644 (file)
@@ -217,7 +217,7 @@ class Item
         * @return array|false current row or false
         * @throws \Exception
         */
-       private static function fetch($stmt)
+       public static function fetch($stmt)
        {
                $row = DBA::fetch($stmt);