diff options
Diffstat (limited to 'core/helpers')
-rw-r--r-- | core/helpers/album.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |