if there's an error, don't continue...

git-svn-id: file:///home/shish/svn/shimmie2/trunk@345 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-20 12:30:07 +00:00
parent bfc76da943
commit ce4d47b9bc

View File

@ -55,6 +55,7 @@ class BulkAdd extends Extension {
if(!is_dir($base)) {
$this->theme->add_status("Error", "$base is not a directory");
return;
}
$list = "";