diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-16 18:16:47 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-16 18:16:47 -0800 |
commit | fdcb4a1f32d8a7d153462da00129524ffa0f69b8 (patch) | |
tree | edd49abde44ff4683d3adb24fe120f7088366dc2 /modules/gallery/models | |
parent | a5aacfa4a650ed5830331b8c81f68ea1625cd3ba (diff) |
PHPdoc.
Diffstat (limited to 'modules/gallery/models')
-rw-r--r-- | modules/gallery/models/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/models/item.php b/modules/gallery/models/item.php index 56ee321a..869e3b27 100644 --- a/modules/gallery/models/item.php +++ b/modules/gallery/models/item.php @@ -365,7 +365,7 @@ class Item_Model extends ORM_MPTT { } /** - * Handle any business logic necessary to create an item. + * Handle any business logic necessary to create or modify an item. * @see ORM::save() * * @return ORM Item_Model |