mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13146] Typo on the returning variable
PHPBB3-13146
This commit is contained in:
parent
e596d0b6ce
commit
e279a779fc
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ class content_visibility
|
||||||
|
|
||||||
if ($contentReplaced)
|
if ($contentReplaced)
|
||||||
{
|
{
|
||||||
return $content_replaced;
|
return $where_sql;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sizeof($approve_forums))
|
if (sizeof($approve_forums))
|
||||||
|
|
Loading…
Add table
Reference in a new issue