From 3f46bf9568a5b8d0458ad757a060bbf3bedda97d Mon Sep 17 00:00:00 2001 From: jperras Date: Sun, 2 Aug 2009 19:18:54 +0000 Subject: [PATCH] Updating doc block for Model::invalidate. Fixes #4583. git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8274 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/libs/model/model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index 58fa4c826..657aa61dc 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -2488,8 +2488,8 @@ class Model extends Overloadable { * rule (in case of multiple validation for field) that was broken. * * @param string $field The name of the field to invalidate - * @param mixed $value Name of validation rule that was not failed. If no validation key - * is provided, defaults to true. + * @param mixed $value Name of validation rule that was not failed, or validation message to + * be returned. If no validation key is provided, defaults to true. * @access public */ function invalidate($field, $value = true) {