mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
style fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user