@ -57,6 +57,7 @@ elseif(OC_User::isLoggedIn()) {
exit();
}
else {
OC_App::loadApps();
if(is_null(OC::$REQUESTEDFILE)){
OC::loadapp();
}else{
@ -274,7 +274,6 @@ class OC{
public static function loadapp(){
if(file_exists(OC::$APPSROOT . '/apps/' . OC::$REQUESTEDAPP)){
require_once(OC::$APPSROOT . '/apps/' . OC::$REQUESTEDAPP . '/index.php');
trigger_error('The requested App was not found.', E_USER_ERROR);