Correct comment about OC_Defaults being used

Signed-off-by: MichaIng <micha@dietpi.com>
This commit is contained in:
MichaIng 2021-11-15 18:44:02 +01:00 committed by backportbot[bot]
parent b8da11cd62
commit 077c45f173

View file

@ -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) {