We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8ccb0 commit 93efdd6Copy full SHA for 93efdd6
new_files/admin/includes/modules/system/fs_serbian_language_package.php
@@ -52,6 +52,7 @@ function display()
52
53
function install()
54
{
55
+ global $messageStack;
56
$sort_order_query = xtc_db_query("SELECT sort_order FROM languages ORDER BY sort_order DESC LIMIT 1");
57
$sort_order_result = xtc_db_fetch_array($sort_order_query);
58
$serbianLanguageData = [
@@ -65,6 +66,7 @@ function install()
65
66
$stdLanguageModule = new StdLanguageModule;
67
$stdLanguageModule->init($serbianLanguageData, 0);
68
parent::install();
69
+ $messageStack->add_session(TEXT_LANGUAGE_INSTALLED_SUCCESSFULLY, 'success');
70
}
71
72
function remove()
0 commit comments