#19841: Fixing comments redirection

Work Item: 19841

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-06-27 18:30:19 -07:00
parent 45484507b1
commit ba41063f71

View File

@@ -20,4 +20,6 @@
</div>
</div>
@Html.Hidden("returnUrl", Request.QueryString["returnUrl"])
@if (!String.IsNullOrWhiteSpace(Request.QueryString["returnUrl"])) {
@Html.Hidden("returnUrl", Request.QueryString["returnUrl"])
}