1
0
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:
brunoais
2014-11-29 14:10:06 +00:00
parent e596d0b6ce
commit e279a779fc

View File

@@ -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))