Browse Source

Merge pull request #2300 from cusspvz/patch-1

Model.php PHPDoc Description: Change afterFilter with afterFind
Mark Story 12 years ago
parent
commit
9d18a5da78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Model/Model.php

+ 1 - 1
lib/Cake/Model/Model.php

@@ -3196,7 +3196,7 @@ class Model extends Object implements CakeEventListener {
 	}
 
 /**
- * Passes query results through model and behavior afterFilter() methods.
+ * Passes query results through model and behavior afterFind() methods.
  *
  * @param array $results Results to filter
  * @param boolean $primary If this is the primary model results (results from model where the find operation was performed)