From: <gem...@li...> - 2013-04-03 12:13:53
|
Revision: 1209 http://sourceforge.net/p/gemstracker/code/1209 Author: matijsdejong Date: 2013-04-03 12:13:49 +0000 (Wed, 03 Apr 2013) Log Message: ----------- Logic error causes warnings Modified Paths: -------------- tags/1.6/library/classes/GemsEscort.php Modified: tags/1.6/library/classes/GemsEscort.php =================================================================== --- tags/1.6/library/classes/GemsEscort.php 2013-04-03 12:11:15 UTC (rev 1208) +++ tags/1.6/library/classes/GemsEscort.php 2013-04-03 12:13:49 UTC (rev 1209) @@ -605,7 +605,7 @@ */ protected function _initZFDebug() { - if ((APPLICATION_ENV === 'production') && + if ((APPLICATION_ENV === 'production') || (false !== strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6.'))) { // Never on on production systems, never for IE 6 return; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |