mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-11-27 23:42:30 +01: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