Renaming functions + moving functions from security to Model/Item and BaseModule + fix multiline comments

This commit is contained in:
Jonny Tischbein 2018-10-17 21:30:41 +02:00
commit f3fc1f36ca
29 changed files with 233 additions and 222 deletions

View file

@ -301,7 +301,7 @@ function videos_content(App $a)
return;
}
$sql_extra = Security::permissions_sql($owner_uid, $remote_contact, $groups);
$sql_extra = Security::getPermissionsSQLByUserId($owner_uid, $remote_contact, $groups);
$o = "";