From f0974b4f9755b06534a5f4d4a9290fda1e7f6a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Ho=CC=88rrmann?= Date: Mon, 1 Jul 2013 18:31:00 +0200 Subject: [PATCH] Damn you, autocomplete --- lib/class.storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {