Skip to content

Commit aebdcd4

Browse files
author
Marius Burkard
committed
- add missing global $app
1 parent 52c3254 commit aebdcd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/web/common.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
*/
4040
function include_menu_dir_files($menu_dir)
4141
{
42+
global $app;
43+
4244
if (is_dir($menu_dir)) {
4345
if ($dh = opendir($menu_dir)) {
4446
//** Go through all files in the menu dir

0 commit comments

Comments
 (0)