continue not next. stupid php syntax

This commit is contained in:
Karl Cordes 2010-04-27 16:22:49 +10:00
parent 32d0477202
commit 5718754d72

View file

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