From 155c7585e07f4bcc4bb5813f9eccd8298ea72da7 Mon Sep 17 00:00:00 2001 From: ADmad Date: Fri, 29 Nov 2013 00:14:43 +0530 Subject: [PATCH] Fixed docblock --- lib/Cake/View/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/View/View.php b/lib/Cake/View/View.php index 02f6135d2..f7153bc13 100644 --- a/lib/Cake/View/View.php +++ b/lib/Cake/View/View.php @@ -1094,7 +1094,7 @@ class View extends Object { * 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) {