diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-04-24 10:50:24 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-04-25 11:39:49 +0200 |
commit | bc1efdf2e1c0744748e03b1552a9b8234e509d2f (patch) | |
tree | 2287f11af518cfbd04e73f517ea581c129e4153f /apps/theming/lib | |
parent | 1c54463853e7bcbe857b6a874cbadd48a77bcf89 (diff) | |
download | nextcloud-server-bc1efdf2e1c0744748e03b1552a9b8234e509d2f.tar.gz nextcloud-server-bc1efdf2e1c0744748e03b1552a9b8234e509d2f.zip |
Fix theming tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/lib')
-rw-r--r-- | apps/theming/lib/ThemingDefaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/ThemingDefaults.php b/apps/theming/lib/ThemingDefaults.php index e73887d6162..319474a8552 100644 --- a/apps/theming/lib/ThemingDefaults.php +++ b/apps/theming/lib/ThemingDefaults.php @@ -169,7 +169,7 @@ class ThemingDefaults extends \OC_Defaults { return $this->urlGenerator->imagePath('core','background.jpg'); } - return $this->urlGenerator->linkToRoute('theming.Theming.getLoginBackground'); + return $this->urlGenerator->linkToRouteAbsolute('theming.Theming.getLoginBackground'); } |