mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Correct comment about OC_Defaults being used
Signed-off-by: MichaIng <micha@dietpi.com>
This commit is contained in:
parent
b8da11cd62
commit
077c45f173
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ class SCSSCacher {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return string SCSS code for variables from ThemingDefaults
|
||||
* @return string SCSS code for variables from OC_Defaults
|
||||
*/
|
||||
private function getInjectedVariables(string $cache = ''): string {
|
||||
if ($this->injectedVariables !== null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue