Index: branches/5.3.x/core/kernel/application.php =================================================================== diff -u -N -r15974 -r15980 --- branches/5.3.x/core/kernel/application.php (.../application.php) (revision 15974) +++ branches/5.3.x/core/kernel/application.php (.../application.php) (revision 15980) @@ -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');