diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-09 23:29:05 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-09 23:29:05 +0000 |
commit | 25dd0bbf1c995ea35ee5dc56d6dfa309c393b2b9 (patch) | |
tree | e291448015f7b524e3849d13d8133a5dcd0eed98 | |
parent | 434e56351ef9b3bf884bb722732aa9abd6e324a0 (diff) |
style fix
-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; |