mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
"silenced autoloaded class ..."
This commit is contained in:
parent
c1c52cf797
commit
5477c71045
@ -1373,7 +1373,7 @@ function __autoload($class)
|
||||
{
|
||||
if (file_exists($file = EGW_INCLUDE_ROOT.'/'.$app.'/inc/class.'.$class.'.inc.php'))
|
||||
{
|
||||
error_log("autoloaded class $class from $file");
|
||||
//error_log("autoloaded class $class from $file");
|
||||
include_once($file);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user