Skip to content

Commit

Permalink
fix: local problem in menu
Browse files Browse the repository at this point in the history
fix pluginsGLPI#1516

Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Oct 17, 2019
1 parent 75f7b0b commit 8b42e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/formlist.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static function getMenuContent() {
global $CFG_GLPI;

$menu = parent::getMenuContent();
$menu['title'] = __('Forms', 'formcreator');
$menu['title'] = static::getTypeName(2);
$menu['page'] = '/plugins/formcreator/front/formlist.php';
$image = '<img src="' . $CFG_GLPI['root_doc'] . '/plugins/formcreator/pics/check.png"
title="' . __('Forms waiting for validation', 'formcreator') . '"
Expand Down

0 comments on commit 8b42e77

Please sign in to comment.