diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-01 17:16:10 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-01 17:16:10 -0700 |
commit | 286be43963dd742ff8f87690df7546875f769701 (patch) | |
tree | 3781128f3ce4cd62cc37bfeb8fb843d9fd9ec87c /mod/item.php | |
parent | d951534d8f47f07940f319d606d9fc94477e30c4 (diff) | |
download | volse-hubzilla-286be43963dd742ff8f87690df7546875f769701.tar.gz volse-hubzilla-286be43963dd742ff8f87690df7546875f769701.tar.bz2 volse-hubzilla-286be43963dd742ff8f87690df7546875f769701.zip |
issue #31
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index ec5d1b3a1..c93560771 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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); |