Skip to content

Commit

Permalink
Use numbat_start_time in request info
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Dec 30, 2009
1 parent d0068f9 commit 60f5c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numbat/classes/controller.php
Expand Up @@ -44,7 +44,7 @@ public static function handle() {
$req = array(
'page' => self::$request,
'url' => Config::instance()->get('baseurl') . '/' . self::$request,
'time' => time(),
'time' => $GLOBALS['numbat_start_time'],
'error' => false
);

Expand Down

0 comments on commit 60f5c8d

Please sign in to comment.