Working on web admin

This commit is contained in:
Jérôme Schneider 2012-04-26 00:03:06 +02:00
parent 86769a0a4b
commit b066f0244c
2 changed files with 2 additions and 2 deletions

View file

@ -148,6 +148,8 @@ if(
}
set_error_handler("exception_error_handler");
} else {
error_reporting(E_ALL ^ E_NOTICE);
}
unset($bShouldCheckEnv);

View file

@ -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);
}
}