aboutsummaryrefslogtreecommitdiffstats
path: root/include/AccessList.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/AccessList.php')
-rw-r--r--include/AccessList.php3
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'];