continue not next. stupid php syntax
This commit is contained in:
parent
32d0477202
commit
5718754d72
2
vendors/shells/vault.php
vendored
2
vendors/shells/vault.php
vendored
|
|
@ -202,7 +202,7 @@ class VaultShell extends Shell {
|
||||||
$name = explode('=', $words[2]);
|
$name = explode('=', $words[2]);
|
||||||
|
|
||||||
if($type == "" || $name == "") {
|
if($type == "" || $name == "") {
|
||||||
next;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$attachments[$j]['type'] = $type[1];
|
$attachments[$j]['type'] = $type[1];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue