Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -N -r16377 -r16413 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16377) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16413) @@ -1,6 +1,6 @@ getCache($cache_key); if ( $currency_iso === false ) { - if ( $this->isModuleEnabled('In-Commerce') ) { + if ( $this->prefixRegistred('curr') ) { $this->Conn->nextQueryCachable = true; $currency_id = $this->siteDomainField('PrimaryCurrencyId');