From 181737fb12b04be0ee3d87048efae1dfba33361e Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 15 Mar 2009 02:00:21 +0000 Subject: Remove the word 'album' from phpdoc. --- core/libraries/ORM_MPTT.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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) { -- cgit v1.2.3