Completed
Pull Request — master (#4918)
by Julius
15:22
created
apps/theming/lib/Capabilities.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,7 @@
 block discarded – undo
70 70
 				'color' => $this->theming->getColorPrimary(),
71 71
 				'logo' => $this->url->getAbsoluteURL($this->theming->getLogo()),
72 72
 				'background' => $backgroundLogo === 'backgroundColor' ?
73
-					$this->theming->getColorPrimary() :
74
-					$this->url->getAbsoluteURL($this->theming->getBackground()),
73
+					$this->theming->getColorPrimary() : $this->url->getAbsoluteURL($this->theming->getBackground()),
75 74
 			],
76 75
 		];
77 76
 	}
Please login to merge, or discard this patch.