This commit is contained in:
redmatrix 2015-09-01 17:16:10 -07:00
parent d951534d8f
commit 286be43963

View File

@ -318,7 +318,7 @@ function item_post(&$a) {
$private = 0;
// webpages are allowed to change ACLs after the fact. Normal conversation items aren't.
if($webpage) {
$acl->set_from_arry($_REQUEST);
$acl->set_from_array($_REQUEST);
}
else {
$acl->set($orig_post);