From 9bb7125fde571e44628f0d647e4621a99996befd Mon Sep 17 00:00:00 2001 From: J Date: Sun, 30 Mar 2014 16:35:19 +0430 Subject: [PATCH] bug fix --- Sevomin.WebFrontend.Controllers/AccountController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sevomin.WebFrontend.Controllers/AccountController.cs b/Sevomin.WebFrontend.Controllers/AccountController.cs index 1e5af2d..b11329b 100644 --- a/Sevomin.WebFrontend.Controllers/AccountController.cs +++ b/Sevomin.WebFrontend.Controllers/AccountController.cs @@ -160,7 +160,7 @@ namespace Sevomin.WebFrontend.Controllers [HttpPost] public async Task ProfileDovomin(string JalaliBirthDate, string FirstName, string LastName, string ContactPersonEMail, bool IsFullTime, - bool IsPartTime, string Description, bool ShowCompanyLogo, FormCollection form) + bool IsPartTime, string Description, FormCollection form) { User u = await UserManager.FindByNameAsync(User.Identity.Name); if (u == null || !(u is Dovomin))