Index: branches/5.2.x/core/kernel/utility/http_query.php =================================================================== diff -u -N -r16434 -r16435 --- branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 16434) +++ branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 16435) @@ -1,6 +1,6 @@ _trustProxy = isset($vars['TrustProxy']) ? (bool)$vars['TrustProxy'] : false; + $this->_trustProxy = kUtil::getSystemConfig()->get('TrustProxy'); } /**