mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13146] $contentReplaced -> $content_replaced
PHPBB3-13146
This commit is contained in:
parent
df3447b725
commit
614f975e68
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue