summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-03-15 02:00:21 +0000
committerBharat Mediratta <bharat@menalto.com>2009-03-15 02:00:21 +0000
commit181737fb12b04be0ee3d87048efae1dfba33361e (patch)
treea0944783b9eba9c4590922f423bdef4a270d029c
parentc825ec4ffb533fb3aca97e469290310da45075ae (diff)
Remove the word 'album' from phpdoc.
-rw-r--r--core/libraries/ORM_MPTT.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libraries/ORM_MPTT.php b/core/libraries/ORM_MPTT.php
index 18ca86a0..6ec4abcf 100644
--- a/core/libraries/ORM_MPTT.php
+++ b/core/libraries/ORM_MPTT.php
@@ -209,7 +209,7 @@ class ORM_MPTT_Core extends ORM {
* Move this item to the specified target.
*
* @chainable
- * @param Item_Model $target Target item (must be an album)
+ * @param Item_Model $target Target node
* @return ORM_MTPP
*/
function move_to($target) {