Merge branch '2.8'

This commit is contained in:
mistic100
2016-03-10 19:35:46 +01:00
+1 -1
View File
@@ -88,7 +88,7 @@ function ierror($msg, $code)
}
// default url is on html format
$url = html_entity_decode($msg);
$logger->warning($code . ' ' . $url, 'i.php', array(
$logger->debug($code . ' ' . $url, 'i.php', array(
'url' => $_SERVER['REQUEST_URI'],
));
header('Request-URI: '.$url);