mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-19 09:42:29 +08:00
committed by
Sébastien Ros
parent
0d9ab3af49
commit
b683eaaef0
@@ -48,7 +48,7 @@ namespace Orchard.DynamicForms.Controllers {
|
||||
|
||||
if (form == null) {
|
||||
Logger.Warning("The specified form \"{0}\" could not be found.", formName);
|
||||
_notifier.Warning(T("The specified form \"{0}\" could not be found."));
|
||||
_notifier.Warning(T("The specified form \"{0}\" could not be found.", formName));
|
||||
return Redirect(urlReferrer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user