mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
comment permanent error_log in includeCSS
This commit is contained in:
parent
9aac672e8f
commit
528a4cf3d2
@ -1304,7 +1304,7 @@ abstract class Framework extends Framework\Extra
|
|||||||
{
|
{
|
||||||
self::$load_default_css = false;
|
self::$load_default_css = false;
|
||||||
}
|
}
|
||||||
error_log(__METHOD__."('$app', '$name', append=$append, no_default=$no_default_css) ".function_backtrace());
|
//error_log(__METHOD__."('$app', '$name', append=$append, no_default=$no_default_css) ".function_backtrace());
|
||||||
return Framework\CssIncludes::add($app, $name, $append, $no_default_css);
|
return Framework\CssIncludes::add($app, $name, $append, $no_default_css);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1322,7 +1322,7 @@ abstract class Framework extends Framework\Extra
|
|||||||
|
|
||||||
// add all css files from Framework::includeCSS()
|
// add all css files from Framework::includeCSS()
|
||||||
$query = null;
|
$query = null;
|
||||||
error_log(__METHOD__."() Framework\CssIncludes::get()=".array2string(Framework\CssIncludes::get()));
|
//error_log(__METHOD__."() Framework\CssIncludes::get()=".array2string(Framework\CssIncludes::get()));
|
||||||
foreach(Framework\CssIncludes::get() as $path)
|
foreach(Framework\CssIncludes::get() as $path)
|
||||||
{
|
{
|
||||||
unset($query);
|
unset($query);
|
||||||
|
Loading…
Reference in New Issue
Block a user