Added way to override public directory.
This commit is contained in:
parent
ffa6f12f6b
commit
6b9dd4150b
4 changed files with 24 additions and 24 deletions
|
@ -69,6 +69,8 @@ namespace ScrewTurn.Wiki {
|
|||
ssp.Init(Host.Instance, GetSettingsStorageProviderConfiguration());
|
||||
Collectors.SettingsProvider = ssp;
|
||||
|
||||
Settings.CanOverridePublicDirectory = false;
|
||||
|
||||
if(!(ssp is SettingsStorageProvider)) {
|
||||
// Update DLLs from public\Plugins
|
||||
UpdateDllsIntoSettingsProvider(ssp, ProviderLoader.SettingsStorageProviderAssemblyName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue