mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19841: Fixing comments redirection
Work Item: 19841 --HG-- branch : 1.x
This commit is contained in:
@@ -20,4 +20,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@Html.Hidden("returnUrl", Request.QueryString["returnUrl"])
|
||||
@if (!String.IsNullOrWhiteSpace(Request.QueryString["returnUrl"])) {
|
||||
@Html.Hidden("returnUrl", Request.QueryString["returnUrl"])
|
||||
}
|
Reference in New Issue
Block a user