Fixed array explode issue in my Fix. Bleh

This commit is contained in:
Karl Cordes 2010-04-27 16:25:27 +10:00
parent 5718754d72
commit 647c54e8d7

View file

@ -201,7 +201,7 @@ class VaultShell extends Shell {
$type = explode('=', $words[1]);
$name = explode('=', $words[2]);
if($type == "" || $name == "") {
if($type[1] == "" || $name[1] == "") {
continue;
}