mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
missed passing $append parameter to include_modules
This commit is contained in:
parent
c3a8012408
commit
9e0ff222f2
@ -377,7 +377,7 @@ class IncludeMgr
|
|||||||
$module = array();
|
$module = array();
|
||||||
$this->parse_deps($path, $module);
|
$this->parse_deps($path, $module);
|
||||||
|
|
||||||
$this->include_module($module);
|
$this->include_module($module, $append);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user