mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-08 12:39:17 -04:00
Add closing )
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user