Completed
Push — master ( 126b48...5d7a14 )
by Julius
46:56 queued 27:16
created
controller/appcontroller.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,9 +58,9 @@
 block discarded – undo
58 58
 		} else {
59 59
 			$appId = 'files';
60 60
 			if (getenv('front_controller_active') === 'true') {
61
-				$firstPage = $this->urlGenerator->getAbsoluteURL('/apps/' . $appId . '/');
61
+				$firstPage = $this->urlGenerator->getAbsoluteURL('/apps/'.$appId.'/');
62 62
 			} else {
63
-				$firstPage = $this->urlGenerator->getAbsoluteURL('/index.php/apps/' . $appId . '/');
63
+				$firstPage = $this->urlGenerator->getAbsoluteURL('/index.php/apps/'.$appId.'/');
64 64
 			}
65 65
 		}
66 66
 		return new RedirectResponse($firstPage);
Please login to merge, or discard this patch.