From 4462b261605e4ac8beff4f3f1b65b2ab9867a971 Mon Sep 17 00:00:00 2001
From: Michiel de Jong <michiel@unhosted.org>
Date: Fri, 11 May 2012 17:09:10 +0200
Subject: [PATCH] oops, typo in lib/setup.php

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

diff --git a/lib/setup.php b/lib/setup.php
index 5d560931052..61ed6d78ae4 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -322,7 +322,7 @@ class OC_Setup {
 		$content.= "RewriteRule ^.well-known/host-meta /public.php?service=host-meta [QSA,L]\n";
 		$content.= "RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]\n";
 		$content.= "RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]\n";
-		$content.= "RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L]\n"
+		$content.= "RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L]\n";
 		$content.= "RewriteRule ^remote/(.*) remote.php [QSA,L]\n";
 		$content.= "RewriteRule ^.well-known/carddav /apps/contacts/carddav.php [R]\n";
 		$content.= "RewriteRule ^.well-known/caldav /apps/calendar/caldav.php [R]\n";
-- 
GitLab