]> git.mxchange.org Git - friendica.git/blobdiff - mod/acl.php
Merge branch 'develop' of https://github.com/friendica/friendica into redis_serialize
[friendica.git] / mod / acl.php
index c16b3bab6efc879cf8e7cb8e217b2060e774697c..dd5dd90281d0140782d45195dead24039635b8ae 100644 (file)
@@ -241,7 +241,7 @@ function acl_content(App $a)
 
        if ($conv_id) {
                // In multi threaded posts the conv_id is not the parent of the whole thread
-               $parent_item = dba::selectFirst('item', ['parent'], ['id' => $conv_id]);
+               $parent_item = Item::selectFirst(['parent'], ['id' => $conv_id]);
                if (DBM::is_result($parent_item)) {
                        $conv_id = $parent_item['parent'];
                }