From: Georg Ehrke Date: Tue, 24 Apr 2012 19:37:19 +0000 (+0200) Subject: fix php fail X-Git-Tag: v4.0.0beta~168^2~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fb84d0aff803c77e65d2faa49f320c6e12639593;p=nextcloud-server.git fix php fail --- diff --git a/lib/base.php b/lib/base.php index 231819b36ab..a7b7d082460 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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'); } }