Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847890
D226.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
Sat, Apr 19, 7:31 PM
Size
636 B
Mime Type
text/x-diff
Expires
Sun, Apr 20, 7:31 PM (47 m, 13 s)
Engine
blob
Format
Raw Data
Handle
602673
Attached To
D226: INP-1552 Import language pack without overwrite on separate module install
D226.diff
View Options
Index: branches/1.2.x/install.php
===================================================================
--- branches/1.2.x/install.php
+++ branches/1.2.x/install.php
@@ -33,6 +33,6 @@
$toolkit->RunSQL('/' . $module_folder . '/install/install_schema.sql');
$toolkit->RunSQL('/' . $module_folder . '/install/install_data.sql');
-$toolkit->ImportLanguage('/' . $module_folder . '/install/english');
+$toolkit->ImportLanguage('/' . $module_folder . '/install/english', isset($constants_file));
-$toolkit->finalizeModuleInstall($module_folder, false);
\ No newline at end of file
+$toolkit->finalizeModuleInstall($module_folder, false);
Event Timeline
Log In to Comment