@@ -10,7 +10,7 @@ discard block |
||
10 | 10 | { |
11 | 11 | $this->data = $data; |
12 | 12 | $this->auth = $auth; |
13 | - if($this->auth === false) |
|
13 | + if($this->auth === false) |
|
14 | 14 | { |
15 | 15 | $this->auth = \Flipside\AuthProvider::getInstance()->getMethodByName("Flipside\Auth\SQLAuthenticator"); |
16 | 16 | } |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | $memberDT = $this->auth->getDataTable('groupUserMap'); |
167 | 167 | //Get all cu rrent direct members |
168 | 168 | $existing = $memberDT->read(new \Flipside\Data\Filter('groupCN eq "'.$gid.'"')); |
169 | - if($existing === false) |
|
169 | + if($existing === false) |
|
170 | 170 | { |
171 | 171 | //Empty group... |
172 | 172 | $existing = array(); |