missed passing $append parameter to include_modules

This commit is contained in:
Ralf Becker 2016-08-15 18:55:29 +02:00
parent c3a8012408
commit 9e0ff222f2

View File

@ -377,7 +377,7 @@ class IncludeMgr
$module = array();
$this->parse_deps($path, $module);
$this->include_module($module);
$this->include_module($module, $append);
}
}