diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index cf55dc173..7a0a37ac4 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -5,7 +5,7 @@ * @file * Functions that need to be loaded on every Drupal request. */ - + define('CACHE_PERMANENT', 0); define('CACHE_TEMPORARY', -1); |