From 2ec347a3ae7290c67051fed30395a9050ca66d06 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 14 Feb 2009 19:32:00 +0000 Subject: Fix indentation. --- core/helpers/photo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') diff --git a/core/helpers/photo.php b/core/helpers/photo.php index 349e8760..87b35817 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -34,7 +34,7 @@ class photo_Core { * @return Item_Model */ static function create($parent, $filename, $name, $title, - $description=null, $owner_id=null) { + $description=null, $owner_id=null) { if (!$parent->loaded || !$parent->is_album()) { throw new Exception("@todo INVALID_PARENT"); } -- cgit v1.2.3