mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
[ticket/13146] Typo on the returning variable
PHPBB3-13146
This commit is contained in:
@@ -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))
|
||||||
|
Reference in New Issue
Block a user