Skip to content

Commit 7d56e50

Browse files
author
Marius Burkard
committed
- add $module to global
1 parent 631c2d5 commit 7d56e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*/
4040
function include_menu_dir_files($menu_dir)
4141
{
42-
global $app;
42+
global $app, $module;
4343

4444
if (is_dir($menu_dir)) {
4545
if ($dh = opendir($menu_dir)) {

0 commit comments

Comments
 (0)