mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
quieten permanent error_log
This commit is contained in:
parent
ddddc5ba05
commit
b37e7ff57a
@ -125,7 +125,7 @@ class Bundle
|
|||||||
}
|
}
|
||||||
elseif (in_array($file, ['/api/js/jsapi.min.js', '/vendor/bower-asset/jquery/dist/jquery.min.js','/vendor/bower-asset/jquery/dist/jquery.js']))
|
elseif (in_array($file, ['/api/js/jsapi.min.js', '/vendor/bower-asset/jquery/dist/jquery.min.js','/vendor/bower-asset/jquery/dist/jquery.js']))
|
||||||
{
|
{
|
||||||
error_log(function_backtrace()); // no NOT include
|
//error_log(function_backtrace()); // no NOT include
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user