diff options
Diffstat (limited to 'nbm.php')
-rw-r--r-- | nbm.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | |