aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-01 17:16:10 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-01 17:16:10 -0700
commit286be43963dd742ff8f87690df7546875f769701 (patch)
tree3781128f3ce4cd62cc37bfeb8fb843d9fd9ec87c /mod/item.php
parentd951534d8f47f07940f319d606d9fc94477e30c4 (diff)
downloadvolse-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.php2
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);