diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index bdecc9f5a..f017c7bc5 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -1893,7 +1893,7 @@ class Model extends Overloadable { * * @param mixed $conditions Conditions to match * @param boolean $cascade Set to true to delete records that depend on this record - * @param boolean $callbacks Run callbacks (not being used) + * @param boolean $callbacks Run callbacks * @return boolean True on success, false on failure * @access public * @link http://book.cakephp.org/view/1038/deleteAll