permissions should now be stored correctly on posting

This commit is contained in:
friendica 2012-12-07 14:18:10 -08:00
parent 1079c10fa4
commit 2452b822f9

View File

@ -331,7 +331,7 @@ function expand_acl($s) {
if(! function_exists('sanitise_acl')) {
function sanitise_acl(&$item) {
if(intval($item))
if(strlen($item))
$item = '<' . notags(trim($item)) . '>';
else
unset($item);