mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
@@ -125,7 +125,7 @@ namespace Orchard.Security.Providers {
|
||||
|
||||
int userId;
|
||||
if (!int.TryParse(userDataId, out userId)) {
|
||||
Logger.Fatal("User id not a parsable integer");
|
||||
Logger.Error("User id not a parsable integer");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user