aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r--phpBB/includes/functions_module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index ffe3b2c262..45155b1d24 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -146,7 +146,7 @@ class p_master
}
// Module there
- if ($temp_row['module_name'])
+ if ($temp_row['module_name'] && $temp_row['module_enabled'])
{
$empty_category = false;
break;