aboutsummaryrefslogtreecommitdiffstats
path: root/nbm.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nbm.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/nbm.php b/nbm.php
index 6f5e69d8b..62f482423 100644
--- a/nbm.php
+++ b/nbm.php
@@ -35,6 +35,10 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
include_once(PHPWG_ROOT_PATH.'admin/include/functions_notification_by_mail.inc.php');
// Translations are in admin file too
include(get_language_filepath('admin.lang.php'));
+// Need to update a second time
+trigger_action('loading_lang');
+@include(get_language_filepath('local.lang.php'));
+
// +-----------------------------------------------------------------------+
// | Main |