diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/libraries/ORM_MPTT.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/libraries/ORM_MPTT.php b/core/libraries/ORM_MPTT.php index b6353cec..d24679e0 100644 --- a/core/libraries/ORM_MPTT.php +++ b/core/libraries/ORM_MPTT.php @@ -229,8 +229,8 @@ 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 boolean $locked The called is already holding the lock + * @param Item_Model $target Target item (must be an album) + * @param boolean $locked The caller is already holding the lock * @return ORM_MTPP */ function move_to($target, $locked=false) { |