Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-05 12:43:16 +0300
committerGitHub <noreply@github.com>2018-01-05 12:43:16 +0300
commitad8e9b2f5f8c524ff0e4d6c934935249f642b664 (patch)
treed6770b145e790484085c3c4ac4e11c33dada7a90
parent1f8896d8c903d925949a23539818e8fb595cf79d (diff)
parent24233162a0f9e294c29897b0357f0dabef54a99c (diff)
Merge pull request #7710 from nextcloud/theming-fix-scss
Fix url rebase when changing the theming color
-rw-r--r--apps/theming/lib/Controller/ThemingController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php
index b7777f1f907..5fd6edd8ab7 100644
--- a/apps/theming/lib/Controller/ThemingController.php
+++ b/apps/theming/lib/Controller/ThemingController.php
@@ -176,7 +176,7 @@ class ThemingController extends Controller {
$this->themingDefaults->set($setting, $value);
// reprocess server scss for preview
- $cssCached = $this->scssCacher->process(\OC::$SERVERROOT, '/core/css/server.scss', 'core');
+ $cssCached = $this->scssCacher->process(\OC::$SERVERROOT, 'core/css/server.scss', 'core');
return new DataResponse(
[