diff --git a/lib/class.storage.php b/lib/class.storage.php index 3968b44..aa85953 100644 --- a/lib/class.storage.php +++ b/lib/class.storage.php @@ -107,7 +107,7 @@ public function getErrors() { * Return all existing groups as array */ public function getGroups() { - if(is_array($_SESSION[$this->_index]) { + if(is_array($_SESSION[$this->_index])) { return array_keys($_SESSION[$this->_index]); } else {