summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/helpers/album.php2
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;