Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F775744
D66.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 6, 12:49 AM
Size
495 B
Mime Type
text/x-diff
Expires
Fri, Feb 7, 12:49 AM (6 h, 3 m)
Engine
blob
Format
Raw Data
Handle
558268
Attached To
D66: INP-1427 Don't execute currency-related code during installation
D66.id.diff
View Options
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
Log In to Comment