mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
Fix '_e()' deprecated calls
This commit is contained in:
@ -45,5 +45,5 @@ Session::checkRight("config", UPDATE);
|
||||
Plugin::load('example');
|
||||
|
||||
Html::header("TITRE", $_SERVER['PHP_SELF'], "config", "plugins");
|
||||
_e("This is the plugin config page", 'example');
|
||||
echo __("This is the plugin config page", 'example');
|
||||
Html::footer();
|
||||
|
Reference in New Issue
Block a user