diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-07 17:26:17 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-07 17:26:17 +0000 |
commit | 43dff9f95f932fd13530c10cbd7c7ae111c9d6bc (patch) | |
tree | 623d168f76eb0061ec65fb2e7c8328a0f40368cc | |
parent | a3704c8dd8b12a64e2da4b269e576c4d56685da5 (diff) |
Updated comments on album::create to reflect the inclusion of the owner_id
-rw-r--r-- | core/helpers/album.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/helpers/album.php b/core/helpers/album.php index 41d90013..21ad3810 100644 --- a/core/helpers/album.php +++ b/core/helpers/album.php @@ -31,6 +31,7 @@ class album_Core { * @param integer $title the title of the new album * @param string $description (optional) the longer description of this album * @param string $path (optional) the name to use as the filesystem path component + * @param integer $owner_id(optional) explicitly set the owner of this album * @return Item_Model */ static function create($parent, $name, $title, $description=null, $path=null, $owner_id=null) { |