Skip to content

Commit

Permalink
Update lib/Cake/Model/Model.php
Browse files Browse the repository at this point in the history
Corrected an unlogic link from Model:find to an appropriate page in the docs
  • Loading branch information
ravage84 committed Dec 21, 2012
1 parent 08cde9f commit bd71f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Model.php
Expand Up @@ -2628,7 +2628,7 @@ public function hasAny($conditions = null) {
* @param string $type Type of find operation (all / first / count / neighbors / list / threaded)
* @param array $query Option fields (conditions / fields / joins / limit / offset / order / page / group / callbacks)
* @return array Array of records, or Null on failure.
* @link http://book.cakephp.org/2.0/en/models/deleting-data.html#deleteall
* @link http://book.cakephp.org/2.0/en/models/retrieving-your-data.html
*/
public function find($type = 'first', $query = array()) {
$this->findQueryType = $type;
Expand Down

0 comments on commit bd71f8a

Please sign in to comment.