From fb84d0aff803c77e65d2faa49f320c6e12639593 Mon Sep 17 00:00:00 2001
From: Georg Ehrke <dev@georgswebsite.de>
Date: Tue, 24 Apr 2012 21:37:19 +0200
Subject: [PATCH] fix php fail

---
 lib/base.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/base.php b/lib/base.php
index 231819b36a..a7b7d08246 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');
 		}
 	}
 
-- 
GitLab