Suppression debuggage dans minify provoque une erreur

This commit is contained in:
Michael RICOIS 2010-09-22 16:25:55 +00:00
parent af94b0c834
commit 815ba44d7c
2 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,7 @@ $min_allowDebugFlag = false;
*
* @todo cache system does not have error logging yet.
*/
$min_errorLogger = true;
$min_errorLogger = false;
/**

View File

@ -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;
}