mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-03 03:29:09 -04:00
Correct missing quotes
This commit is contained in:
@@ -47,7 +47,7 @@ class Photo_Core {
|
||||
$pi = pathinfo($name);
|
||||
if (empty($pi["extension"])) {
|
||||
$pi["extension"] = image_type_to_extension($image_info[2], false);
|
||||
$name .= "." . $pi[extension];
|
||||
$name .= "." . $pi["extension"];
|
||||
}
|
||||
|
||||
$photo = ORM::factory("item");
|
||||
|
||||
Reference in New Issue
Block a user