mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
Remove references to include/acl_selectors
This commit is contained in:
parent
207eac4a16
commit
09c717d751
15 changed files with 0 additions and 20 deletions
|
@ -479,8 +479,6 @@ function events_content(App $a) {
|
|||
$fhour = ((x($orig_event)) ? DateTimeFormat::convert($fdt, $tz, 'UTC', 'H') : '00');
|
||||
$fminute = ((x($orig_event)) ? DateTimeFormat::convert($fdt, $tz, 'UTC', 'i') : '00');
|
||||
|
||||
require_once 'include/acl_selectors.php' ;
|
||||
|
||||
$perms = Acl::getDefaultUserPermissions($orig_event);
|
||||
|
||||
if ($mode === 'new' || $mode === 'copy') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue