Skip to content

Commit

Permalink
Damn you, autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoerrmann committed Jul 1, 2013
1 parent 021e79e commit f0974b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class.storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f0974b4

Please sign in to comment.