Skip to content

Commit aef9991

Browse files
Update Execute.cs
1 parent 31d44d8 commit aef9991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class/Execute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public string RunErrorPage(int ErrorValue, HttpContext context)
229229
return Run(context, path);
230230
}
231231

232-
internal string RunControllerValue(HttpContext context, string ViewPath, object CodeBehindModel, NameValueCollection ViewData, string DownloadFilePath, bool IgnoreLayout, string WebFormsValue)
232+
internal string RunControllerValue(HttpContext context, string ViewPath, object CodeBehindModel, NameValueCollection ViewData, string DownloadFilePath, bool? IgnoreLayout, string WebFormsValue)
233233
{
234234
if (string.IsNullOrEmpty(ViewPath) && string.IsNullOrEmpty(DownloadFilePath))
235235
{

0 commit comments

Comments
 (0)