From 3ee169bdf565e97a8d8020ca6a62895f9753413c Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Thu, 4 Nov 2004 17:23:25 +0000 Subject: [PATCH] ahem --- include/xorg.page.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xorg.page.inc.php b/include/xorg.page.inc.php index 98e8188..65b547e 100644 --- a/include/xorg.page.inc.php +++ b/include/xorg.page.inc.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: xorg.page.inc.php,v 1.47 2004-10-15 07:06:14 x2000habouzit Exp $ + $Id: xorg.page.inc.php,v 1.48 2004-11-04 17:23:25 x2000habouzit Exp $ ***************************************************************************/ require("diogenes.core.page.inc.php"); @@ -76,7 +76,7 @@ class XorgPage extends DiogenesCorePage { $this->config_overwrite = false; - $this->compile_check = isset($site_dev); + $this->compile_check = !empty($site_dev); $this->caching = ($type == SKINNED); if($type == SKINNED) { $this->register_modifier('escape_html', 'escape_html'); -- 2.1.4