summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/local_import/controllers/local_import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/local_import/controllers/local_import.php b/modules/local_import/controllers/local_import.php
index 12f548fc..7f98edb5 100644
--- a/modules/local_import/controllers/local_import.php
+++ b/modules/local_import/controllers/local_import.php
@@ -86,7 +86,7 @@ class Local_Import_Controller extends Controller {
} else {
$parent = $album;
}
- } else if (in_array($pathinfo["extension"], array("flv", "mp4")) {
+ } else if (in_array($pathinfo["extension"], array("flv", "mp4"))) {
$movie =
movie::create($parent, $source_path, basename($source_path), basename($source_path));
log::success("content", t("Added a movie"),