mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
Renaming functions + moving functions from security to Model/Item and BaseModule + fix multiline comments
This commit is contained in:
parent
ce2b1f5715
commit
f3fc1f36ca
29 changed files with 233 additions and 222 deletions
|
@ -27,7 +27,7 @@ function attach_init(App $a)
|
|||
return;
|
||||
}
|
||||
|
||||
$sql_extra = Security::permissions_sql($r['uid']);
|
||||
$sql_extra = Security::getPermissionsSQLByUserId($r['uid']);
|
||||
|
||||
// Now we'll see if we can access the attachment
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue