From e279a779fc5533ab13ef214b9c65674f9c99f865 Mon Sep 17 00:00:00 2001 From: brunoais Date: Sat, 29 Nov 2014 14:10:06 +0000 Subject: [PATCH] [ticket/13146] Typo on the returning variable PHPBB3-13146 --- phpBB/phpbb/content_visibility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/content_visibility.php b/phpBB/phpbb/content_visibility.php index dcf32f8f58..f1e470a8d1 100644 --- a/phpBB/phpbb/content_visibility.php +++ b/phpBB/phpbb/content_visibility.php @@ -185,7 +185,7 @@ class content_visibility if ($contentReplaced) { - return $content_replaced; + return $where_sql; } if (sizeof($approve_forums))