Fixing comment about Asset.timestamp to be accurate to the behavior.

Refs #1959
This commit is contained in:
Mark Story mark@mark-story.com 2011-09-01 19:05:17 +01:00
parent 0c97df10c0
commit 5424475a73

View file

@ -213,8 +213,8 @@
* Will append a querystring parameter containing the time the file was modified. This is
* useful for invalidating browser caches.
*
* Set to `true` to apply timestamps, when debug = 0, or set to 'force' to always enable
* timestamping.
* Set to `true` to apply timestamps when debug > 0. Set to 'force' to always enable
* timestamping regardless of debug value.
*/
//Configure::write('Asset.timestamp', true);
/**