mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
post branch fixes
This commit is contained in:
parent
d11c1c63c0
commit
6fa5557994
7 changed files with 38 additions and 11 deletions
5
boot.php
5
boot.php
|
@ -504,5 +504,8 @@ function expand_acl($s) {
|
|||
|
||||
if(! function_exists('sanitise_acl')) {
|
||||
function sanitise_acl(&$item) {
|
||||
$item = '<' . intval(notags(trim($item))) . '>';
|
||||
if(intval($item))
|
||||
$item = '<' . intval(notags(trim($item))) . '>';
|
||||
else
|
||||
unset($item);
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue