Fixed array explode issue in my Fix. Bleh
This commit is contained in:
parent
5718754d72
commit
647c54e8d7
2
vendors/shells/vault.php
vendored
2
vendors/shells/vault.php
vendored
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue