Do not return Null from SettingsRepository.Load().
This commit is contained in:
parent
c9fc4a5fae
commit
6af2243660
@ -49,7 +49,7 @@ namespace zaaReloaded2.Controller
|
||||
string s = Properties.Settings.Default.SettingsRepository;
|
||||
if (String.IsNullOrEmpty(s))
|
||||
{
|
||||
return null;
|
||||
return new SettingsRepository();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user