summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-02-07 17:27:09 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-02-07 17:27:09 +0000
commit69e0d72b930ec4326a257c41f365256d9913552d (patch)
tree5cb0a9872452843566597956b0c955531491bae3
parent43dff9f95f932fd13530c10cbd7c7ae111c9d6bc (diff)
Updated comments on photo::create to reflect the inclusion of the
owner_id and shamelessly broke it into two changes to to the 20k commit.
-rw-r--r--core/helpers/photo.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/helpers/photo.php b/core/helpers/photo.php
index 9f784c89..ab782da9 100644
--- a/core/helpers/photo.php
+++ b/core/helpers/photo.php
@@ -32,6 +32,7 @@ class photo_Core {
* @param integer $title the title of the new photo
* @param string $description (optional) the longer description of this photo
* @param string $path (optional) the name to use as the file system path component
+ * @param integer $owner_id(optional) explicitly set the owner of this photo
* @return Item_Model
*/
static function create($parent, $filename, $name, $title, $description=null, $path=null,