Completed
Push — master ( 815d98...ae0bb4 )
by John
23:04 queued 48s
created
apps/profile/templates/404-profile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 	require_once '../../../lib/base.php';
12 12
 
13 13
 	$urlGenerator = \OCP\Server::get(\OCP\IURLGenerator::class);
14
-	header('Location: ' . $urlGenerator->getAbsoluteURL('/'));
14
+	header('Location: '.$urlGenerator->getAbsoluteURL('/'));
15 15
 	exit;
16 16
 }
17 17
 // @codeCoverageIgnoreEnd
Please login to merge, or discard this patch.