password reset fix

This commit is contained in:
vfedosevich 2015-04-22 07:05:05 -07:00
parent 0287c26f95
commit cbff6f5964

View file

@ -46,7 +46,7 @@ namespace WebsitePanel.WebDavPortal.Controllers
var model = new AccountModel();
var settings = WspContext.Services.System.GetSystemSettings(EnterpriseServer.SystemSettings.WEBDAV_PORTAL_SETTINGS);
var settings = WspContext.Services.Organizations.GetWebDavSystemSettings();
if (settings != null)
{