Return value
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
3ad2768909
commit
5a5c125b23
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class ThemingDefaults extends \OC_Defaults {
|
|||
* @return string
|
||||
*/
|
||||
public function getBackground(): string {
|
||||
$this->imageManager->getImageUrl('background');
|
||||
return $this->imageManager->getImageUrl('background');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue