Skip to content
Snippets Groups Projects
Commit 7d56e50c authored by Marius Burkard's avatar Marius Burkard
Browse files

- add $module to global

parent 631c2d5f
No related branches found
No related tags found
Loading
......@@ -39,7 +39,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
function include_menu_dir_files($menu_dir)
{
global $app;
global $app, $module;
if (is_dir($menu_dir)) {
if ($dh = opendir($menu_dir)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment