Browse Source

Update Helper.php

Debug docs
Eliu Florez 12 years ago
parent
commit
796a011cbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper.php

+ 1 - 1
src/View/Helper.php

@@ -296,7 +296,7 @@ class Helper extends Object implements EventListener {
 
 /**
  * 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