Suppression debuggage dans minify provoque une erreur
This commit is contained in:
parent
af94b0c834
commit
815ba44d7c
@ -25,7 +25,7 @@ $min_allowDebugFlag = false;
|
||||
*
|
||||
* @todo cache system does not have error logging yet.
|
||||
*/
|
||||
$min_errorLogger = true;
|
||||
$min_errorLogger = false;
|
||||
|
||||
|
||||
/**
|
||||
|
@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
function arrayMinify($tabStyles, $tabScripts){
|
||||
global $firephp;
|
||||
$return = array();
|
||||
|
||||
if(isset($tabScripts) && count($tabScripts)>0){
|
||||
@ -26,8 +25,6 @@ function arrayMinify($tabStyles, $tabScripts){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
$firephp->log($return,'tab');
|
||||
return $return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user