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; }