mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
[ticket/13146] $contentReplaced -> $content_replaced
PHPBB3-13146
This commit is contained in:
@@ -185,7 +185,7 @@ class content_visibility
|
|||||||
);
|
);
|
||||||
extract($phpbb_dispatcher->trigger_event('core.phpbb_content_visibility_get_forums_visibility_before', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.phpbb_content_visibility_get_forums_visibility_before', compact($vars)));
|
||||||
|
|
||||||
if ($contentReplaced)
|
if ($content_replaced)
|
||||||
{
|
{
|
||||||
return $where_sql;
|
return $where_sql;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user