Skip to content

Commit

Permalink
Fixed docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 28, 2013
1 parent eb34e01 commit 155c758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/View.php
Expand Up @@ -1094,7 +1094,7 @@ protected function _getElementFileName($name) {
* Return all possible paths to find view files in order
*
* @param string $plugin Optional plugin name to scan for view files.
* @param boolean $cached Set to true to force a refresh of view paths.
* @param boolean $cached Set to false to force a refresh of view paths. Default true.
* @return array paths
*/
protected function _paths($plugin = null, $cached = true) {
Expand Down

0 comments on commit 155c758

Please sign in to comment.