mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Clear injectect variables when resetting the cache
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
60e601f4ab
commit
68db09ddce
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ class SCSSCacher {
|
|||
* We need to regenerate all files when variables change
|
||||
*/
|
||||
private function resetCache() {
|
||||
$this->injectedVariables = null;
|
||||
$appDirectory = $this->appData->getDirectoryListing();
|
||||
if(empty($appDirectory)){
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue