From 25dd0bbf1c995ea35ee5dc56d6dfa309c393b2b9 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 9 Nov 2008 23:29:05 +0000 Subject: style fix --- core/helpers/album.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') diff --git a/core/helpers/album.php b/core/helpers/album.php index 2801c570..9c36dc6f 100644 --- a/core/helpers/album.php +++ b/core/helpers/album.php @@ -32,7 +32,7 @@ class Album_Core { * @param string $description (optional) the longer description of this album * @return Item_Model */ - static function create($parent_id, $name, $title, $description=null, $owner_id = null) { + static function create($parent_id, $name, $title, $description=null, $owner_id=null) { $album = ORM::factory("item"); $album->type = "album"; $album->title = $title; -- cgit v1.2.3