Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In long term this would also save us time when we'll be splitting In-Portal into smaller modules.

Before

Code Block
languagephp
titleapplication.php
firstline651
linenumberstrue
if ( $currency_iso === false ) {
	if ( $this->isModuleEnabled('In-Commerce') ) {

After

Code Block
languagephp
titleapplication.php
firstline651
linenumberstrue
if ( $currency_iso === false ) {
	if ( $this->prefixRegistred('curr') ) {