1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-21 04:49:51 +01:00

Merge pull request #3609 from Jimmi08/patch-9

fixes #3608 newsletter plugin - missing translations
This commit is contained in:
Tijn Kuyper 2019-01-11 10:52:17 +01:00 committed by GitHub
commit 0445f9fa6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,9 @@ if (!getperms('P'))
e107::redirect('admin');
exit;
}
e107::lan('newsletter',true);
$e_sub_cat = 'newsletter';
require_once(e_ADMIN.'auth.php');
// Include ren_help for display_help (while showing BBcodes)
@ -726,4 +729,4 @@ function admin_config_adminmenu()
global $action;
$nl->show_options($action);
}
?>
?>