Skip to content

Commit

Permalink
Fixing comment about Asset.timestamp to be accurate to the behavior.
Browse files Browse the repository at this point in the history
Refs #1959
  • Loading branch information
markstory committed Sep 1, 2011
1 parent 0c97df1 commit 5424475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config/core.php
Expand Up @@ -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);
/**
Expand Down

0 comments on commit 5424475

Please sign in to comment.