diff --git a/lib/Cake/Controller/Controller.php b/lib/Cake/Controller/Controller.php index 8bfef45ad..834a30ad1 100644 --- a/lib/Cake/Controller/Controller.php +++ b/lib/Cake/Controller/Controller.php @@ -1011,7 +1011,7 @@ class Controller extends Object implements CakeEventListener { * @param boolean $exclusive If true, and $op is an array, fields not included in $op will not be * included in the returned conditions * @return array An array of model conditions - * @deprecated + * @deprecated Will be removed in 3.0 */ public function postConditions($data = array(), $op = null, $bool = 'AND', $exclusive = false) { if (!is_array($data) || empty($data)) {