diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-27 21:22:59 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-27 21:22:59 -0700 |
commit | 3fbb955cf23c5f92ba96086841ac6a2c510d4870 (patch) | |
tree | df5eb95ca024960e0bd0599a49c663fe7131d81d /include/AccessList.php | |
parent | 04b4897dd86d862957d95a5d6090af7a026dd82c (diff) | |
download | volse-hubzilla-3fbb955cf23c5f92ba96086841ac6a2c510d4870.tar.gz volse-hubzilla-3fbb955cf23c5f92ba96086841ac6a2c510d4870.tar.bz2 volse-hubzilla-3fbb955cf23c5f92ba96086841ac6a2c510d4870.zip |
start conversion to AccessList object
Diffstat (limited to 'include/AccessList.php')
-rw-r--r-- | include/AccessList.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/AccessList.php b/include/AccessList.php index 82d55c0e6..d4653de6a 100644 --- a/include/AccessList.php +++ b/include/AccessList.php @@ -10,8 +10,7 @@ class AccessList { private $explicit; - - function _construct($channel) { + function __construct($channel) { if($channel) { $this->allow_cid = $channel['channel_allow_cid']; |