diff --git a/etemplate/inc/class.boetemplate.inc.php b/etemplate/inc/class.boetemplate.inc.php index f100e544a6..8acaefa3c4 100644 --- a/etemplate/inc/class.boetemplate.inc.php +++ b/etemplate/inc/class.boetemplate.inc.php @@ -695,7 +695,7 @@ class boetemplate extends soetemplate } if (is_object($idx)) return false; // given an error in php5.2 - if (empty($idx)) + if ((string)$idx === '') { $idxs = array(); }