]> git.mxchange.org Git - friendica.git/blobdiff - mod/subthread.php
Renaming functions + moving functions from security to Model/Item and BaseModule...
[friendica.git] / mod / subthread.php
index 8bd60e8fef0fe46fe01083aa1139a61047396876..0082021df575c8376fa27c56b4885d6ab735ddf7 100644 (file)
@@ -32,7 +32,7 @@ function subthread_content(App $a) {
 
        $owner_uid = $item['uid'];
 
-       if (!Security::can_write_wall($owner_uid)) {
+       if (!Security::canWriteToUserWall($owner_uid)) {
                return;
        }