diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/libraries/ORM_MPTT.php | 2 |
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) { |