Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / application / tests / starter.php
index bb6a79dff12559fbdb58ea2537a8fb4491326acd..9898ac368ef8427710879f716dde9eb034b716a6 100644 (file)
@@ -52,6 +52,3 @@ if ((empty($app)) || (is_null($app))) {
 
 // Call user function
 call_user_func_array(array($app, FrameworkConfiguration::getSelfInstance()->getConfigEntry('entry_method')), array());
-
-// [EOF]
-?>