start conversion to AccessList object

This commit is contained in:
redmatrix
2015-08-27 21:22:59 -07:00
parent 04b4897dd8
commit 3fbb955cf2
3 changed files with 20 additions and 25 deletions

View File

@@ -10,8 +10,7 @@ class AccessList {
private $explicit;
function _construct($channel) {
function __construct($channel) {
if($channel) {
$this->allow_cid = $channel['channel_allow_cid'];