Page MenuHomeIn-Portal Phabricator

D66.id.diff
No OneTemporary

File Metadata

Created
Thu, Feb 6, 12:49 AM

D66.id.diff

Index: branches/5.2.x/core/kernel/application.php
===================================================================
--- branches/5.2.x/core/kernel/application.php
+++ branches/5.2.x/core/kernel/application.php
@@ -365,7 +365,7 @@
$this->SetVar('m_cat_id', 0);
}
- if ( !$this->RecallVar('curr_iso') ) {
+ if ( !$this->RecallVar('curr_iso') && !(defined('IS_INSTALL') && IS_INSTALL) ) {
$this->StoreVar('curr_iso', $this->GetPrimaryCurrency(), true); // true for optional
}

Event Timeline