Merge pull request #1170 from joshuaboniface/fix-build-typo
Correct bad quote characters
This commit is contained in:
commit
05f5cd1bde
|
@ -53,7 +53,7 @@ namespace Emby.Server.Implementations.Library
|
|||
{
|
||||
File.Delete(resetfile);
|
||||
}
|
||||
else if (spr.Pin.Replace('-', '').Equals(pin.Replace('-', ''), StringComparison.InvariantCultureIgnoreCase))
|
||||
else if (spr.Pin.Replace("-", "").Equals(pin.Replace("-", ""), StringComparison.InvariantCultureIgnoreCase))
|
||||
{
|
||||
var resetUser = _userManager.GetUserByName(spr.UserName);
|
||||
if (resetUser == null)
|
||||
|
|
Loading…
Reference in New Issue
Block a user