Skip to content

Commit

Permalink
Don't filter results, since it blows away empty arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 6, 2014
1 parent 0b8c958 commit 7c53eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Ajax/Application/ShowMessage.php
Expand Up @@ -379,7 +379,7 @@ public function showMessage($args)
}
}

return array_filter($result);
return $result;
}

/**
Expand Down

0 comments on commit 7c53eb2

Please sign in to comment.