mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix the info if module are provided by module or not was wrong
This commit is contained in:
@@ -107,10 +107,11 @@ class modFTP extends DolibarrModules
|
||||
$this->rights[$r][3] = 0;
|
||||
$this->rights[$r][4] = 'write';
|
||||
|
||||
|
||||
// Menus
|
||||
//------
|
||||
$this->menus = array(); // List of menus to add
|
||||
$r=0;
|
||||
//-------
|
||||
$this->menu = 1; // This module add menu entries. They are coded into menu manager.
|
||||
|
||||
|
||||
// Top menu
|
||||
$this->menu[$r]=array('fk_menu'=>0,
|
||||
|
||||
Reference in New Issue
Block a user