From ce4d47b9bc04febe50c90e9473090e9dbdd79259 Mon Sep 17 00:00:00 2001 From: shish Date: Fri, 20 Jul 2007 12:30:07 +0000 Subject: [PATCH] if there's an error, don't continue... git-svn-id: file:///home/shish/svn/shimmie2/trunk@345 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/bulk_add/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/bulk_add/main.php b/ext/bulk_add/main.php index 2bf9c086..c60c5cd0 100644 --- a/ext/bulk_add/main.php +++ b/ext/bulk_add/main.php @@ -55,6 +55,7 @@ class BulkAdd extends Extension { if(!is_dir($base)) { $this->theme->add_status("Error", "$base is not a directory"); + return; } $list = "";