Working on web admin

Former-commit-id: b066f0244c
This commit is contained in:
Jérôme Schneider 2012-04-26 00:03:06 +02:00
parent f58f9c7ab1
commit 5698814232
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);
}
}