fix php fail

This commit is contained in:
Georg Ehrke 2012-04-24 21:37:19 +02:00
parent 9b29bc96de
commit fb84d0aff8
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class OC{
if(file_exists(OC::$APPSROOT . '/apps/' . OC::$REQUESTEDAPP . '/' . OC::$REQUESTEDFILE)){
require_once(OC::$APPSROOT . '/apps/' . OC::$REQUESTEDAPP . '/' . OC::$REQUESTEDFILE);
}else{
header('404 Not Found')
header('404 Not Found');
}
}