Fixes work item: 30805 - Problems logging out.
#U4-88 - MySQL error when logging out of 4.7.2. Tested against MySQL 5.1.
This commit is contained in:
@@ -234,8 +234,8 @@ namespace umbraco.BasePages {
|
||||
private void deleteLogin()
|
||||
{
|
||||
SqlHelper.ExecuteNonQuery(
|
||||
"DELETE umbracoUserLogins WHERE contextId = @contextId",
|
||||
SqlHelper.CreateParameter("@contextId", umbracoUserContextID));
|
||||
"DELETE FROM umbracoUserLogins WHERE contextId = @contextId",
|
||||
SqlHelper.CreateParameter("@contextId", umbracoUserContextID));
|
||||
}
|
||||
|
||||
private void updateLogin()
|
||||
|
||||
Reference in New Issue
Block a user