From 78b210e6402e0b4803438d61853b39cf5a1b098a Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Sat, 8 Feb 2020 16:38:12 +0100 Subject: [PATCH] Ultimi fix --- NKC_WF/site/DevUtils.aspx.cs | 2 +- NKC_WF/site/vocabolario.aspx.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NKC_WF/site/DevUtils.aspx.cs b/NKC_WF/site/DevUtils.aspx.cs index ef1f8f1..454aa9a 100644 --- a/NKC_WF/site/DevUtils.aspx.cs +++ b/NKC_WF/site/DevUtils.aspx.cs @@ -13,7 +13,7 @@ namespace NKC_WF { if (!Page.IsPostBack) { - ((SiteContent)this.Master).showSearch = false; + ((SiteMaster)this.Master).showSearch = false; } } } diff --git a/NKC_WF/site/vocabolario.aspx.cs b/NKC_WF/site/vocabolario.aspx.cs index 803a92e..f150c50 100644 --- a/NKC_WF/site/vocabolario.aspx.cs +++ b/NKC_WF/site/vocabolario.aspx.cs @@ -11,7 +11,7 @@ namespace NKC_WF if (!Page.IsPostBack) { - ((SiteContent)this.Master).showSearch = false; + ((SiteMaster)this.Master).showSearch = false; mod_righePag.numRowPag = 10; mod_vocabolario.pageSize = mod_righePag.numRowPag; }