diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-25 16:17:34 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-25 16:17:34 +0000 |
commit | ec2a032604c7f05c7e8bd451fef0dcd73f3968d6 (patch) | |
tree | 10eacfc74ef5d70451bd47f866072630287530d7 /modules/local_import | |
parent | 2e06250f9a4cddd2d8a995cf56ff533001615f21 (diff) |
Add closing )
Diffstat (limited to 'modules/local_import')
-rw-r--r-- | modules/local_import/controllers/local_import.php | 2 |
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"), |