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:
commit
0445f9fa6c
@ -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);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user