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 f7e9a1ec3..5d6c5232b 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -183,7 +183,7 @@ define('LANGUAGE_NEGOTIATION_DOMAIN', 3); /** * For convenience, define a short form of the request time global. */ -define ('REQUEST_TIME', $_SERVER['REQUEST_TIME']); +define('REQUEST_TIME', $_SERVER['REQUEST_TIME']); /** * Start the timer with the specified name. If you start and stop |