From 279ad3c17ea993d3a20c136b45223cc53a6ad0ca Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 21 Feb 2015 15:56:12 -0500 Subject: Add Debian 6 in Vagrantfile to test with PHP 5.3.3 --- app/Controller/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') diff --git a/app/Controller/Base.php b/app/Controller/Base.php index 548fdb40..d949048d 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -119,7 +119,7 @@ abstract class Base } $this->container['logger']->debug('SQL_QUERIES={nb}', array('nb' => $this->container['db']->nb_queries)); - $this->container['logger']->debug('RENDERING={time}', array('time' => microtime(true) - $_SERVER['REQUEST_TIME_FLOAT'])); + $this->container['logger']->debug('RENDERING={time}', array('time' => microtime(true) - @$_SERVER['REQUEST_TIME_FLOAT'])); } } -- cgit v1.2.3