parent
f58f9c7ab1
commit
5698814232
2 changed files with 2 additions and 2 deletions
|
@ -148,6 +148,8 @@ if(
|
|||
}
|
||||
|
||||
set_error_handler("exception_error_handler");
|
||||
} else {
|
||||
error_reporting(E_ALL ^ E_NOTICE);
|
||||
}
|
||||
|
||||
unset($bShouldCheckEnv);
|
||||
|
|
|
@ -175,7 +175,5 @@ class Collection extends \Flake\Core\FLObject implements \Iterator {
|
|||
} else {
|
||||
throw new \Exception("Method " . $sName . "() not found on " . get_class($this));
|
||||
}
|
||||
|
||||
debug("laaaaaaaaaaaaa:" . $sName);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue