Completed
Push — master ( 815d98...ae0bb4 )
by John
23:04 queued 48s
created
apps/profile/templates/404-profile.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,11 +8,11 @@
 block discarded – undo
8 8
 /** @var \OCP\Defaults $theme */
9 9
 // @codeCoverageIgnoreStart
10 10
 if (!isset($_)) { //standalone  page is not supported anymore - redirect to /
11
-	require_once '../../../lib/base.php';
11
+    require_once '../../../lib/base.php';
12 12
 
13
-	$urlGenerator = \OCP\Server::get(\OCP\IURLGenerator::class);
14
-	header('Location: ' . $urlGenerator->getAbsoluteURL('/'));
15
-	exit;
13
+    $urlGenerator = \OCP\Server::get(\OCP\IURLGenerator::class);
14
+    header('Location: ' . $urlGenerator->getAbsoluteURL('/'));
15
+    exit;
16 16
 }
17 17
 // @codeCoverageIgnoreEnd
18 18
 ?>
Please login to merge, or discard this 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.