Factory: properly account for shadow configuration change when return changed status.
This commit is contained in:
parent
4abee2e112
commit
cf7f1a378a
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace Oxygen
|
|||
}
|
||||
|
||||
// read shadowCache configuration
|
||||
shadowCache().readConfig( config );
|
||||
changed |= shadowCache().readConfig( config );
|
||||
|
||||
return changed;
|
||||
|
||||
|
|
Loading…
Reference in a new issue