Debug opensurvey. Look and feel v13. Removed deprecated properties.

This commit is contained in:
Laurent Destailleur
2020-09-07 12:04:50 +02:00
parent 1f58942e11
commit b1e45aef46
15 changed files with 75 additions and 96 deletions

View File

@@ -1867,7 +1867,6 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
$menu->type = $this->menu[$key]['type'];
$menu->mainmenu = isset($this->menu[$key]['mainmenu']) ? $this->menu[$key]['mainmenu'] : (isset($menu->fk_mainmenu) ? $menu->fk_mainmenu : '');
$menu->leftmenu = isset($this->menu[$key]['leftmenu']) ? $this->menu[$key]['leftmenu'] : '';
$menu->titre = $this->menu[$key]['titre']; // deprecated
$menu->title = $this->menu[$key]['titre'];
$menu->url = $this->menu[$key]['url'];
$menu->langs = $this->menu[$key]['langs'];