style fix

This commit is contained in:
Bharat Mediratta
2008-11-09 23:29:05 +00:00
parent 434e56351e
commit 25dd0bbf1c
+1 -1
View File
@@ -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;