From 796a011cbf1f51051ffc0fee0767254045da837e Mon Sep 17 00:00:00 2001 From: Eliu Florez Date: Tue, 25 Mar 2014 13:42:56 -0430 Subject: [PATCH] Update Helper.php Debug docs --- src/View/Helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Helper.php b/src/View/Helper.php index 1631cc84e11..763d2e19bea 100644 --- a/src/View/Helper.php +++ b/src/View/Helper.php @@ -296,7 +296,7 @@ protected function _encodeUrl($url) { /** * Adds a timestamp to a file based resource based on the value of `Asset.timestamp` in - * Configure. If Asset.timestamp is true and debug > 0, or Asset.timestamp === 'force' + * Configure. If Asset.timestamp is true and debug is true, or Asset.timestamp === 'force' * a timestamp will be added. * * @param string $path The file path to timestamp, the path must be inside WWW_ROOT