mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
"stoped permanent error_log of loaded classes"
This commit is contained in:
parent
f562ea44f3
commit
a02a89fbdb
@ -527,7 +527,7 @@ class egw
|
|||||||
*/
|
*/
|
||||||
function __get($name)
|
function __get($name)
|
||||||
{
|
{
|
||||||
error_log(__METHOD__."($name)".function_backtrace());
|
//error_log(__METHOD__."($name)".function_backtrace());
|
||||||
|
|
||||||
if (isset($this->$name))
|
if (isset($this->$name))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user