From 5a5c125b233e8099c4a2b7ba530784bb975ed860 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Mon, 26 Mar 2018 18:43:05 +0200 Subject: Return value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/theming/lib/ThemingDefaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/theming/lib') diff --git a/apps/theming/lib/ThemingDefaults.php b/apps/theming/lib/ThemingDefaults.php index 4043fa1a059..4957b5ef3c7 100644 --- a/apps/theming/lib/ThemingDefaults.php +++ b/apps/theming/lib/ThemingDefaults.php @@ -194,7 +194,7 @@ class ThemingDefaults extends \OC_Defaults { * @return string */ public function getBackground(): string { - $this->imageManager->getImageUrl('background'); + return $this->imageManager->getImageUrl('background'); } /** -- cgit v1.2.3