diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index 6e813c1bf..f45fac16c 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -2653,6 +2653,7 @@ class Model extends Overloadable { * Before validate callback * * @return boolean True if validate operation should continue, false to abort + * @param $options array Options passed from model::save(), see $options of model::save(). * @access public */ function beforeValidate($options = array()) {