1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

ah, damn, revert this change. If we check here, hidden modules are no longer able to be called.

git-svn-id: file:///svn/phpbb/trunk@6012 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-06-06 10:38:14 +00:00
parent f8440e370f
commit 69f132fec8

View File

@@ -154,8 +154,8 @@ class p_master
{
if ($temp_row['left_id'] > $row['left_id'] && $temp_row['left_id'] < $row['right_id'])
{
// Module there and not hidden?
if ($temp_row['module_name'] && $temp_row['module_enabled'] && $temp_row['module_display'])
// Module there
if ($temp_row['module_name'] && $temp_row['module_enabled'])
{
$empty_category = false;
break;