aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/content_visibility.php
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2014-11-29 14:10:06 +0000
committerbrunoais <brunoaiss@gmail.com>2014-12-03 13:55:50 +0000
commite279a779fc5533ab13ef214b9c65674f9c99f865 (patch)
treefa82039df744cfb550a5722834fe49132ecdd3b8 /phpBB/phpbb/content_visibility.php
parente596d0b6cef2a59aedaf9f20cdbf3d5f1ab46a9b (diff)
downloadforums-e279a779fc5533ab13ef214b9c65674f9c99f865.tar
forums-e279a779fc5533ab13ef214b9c65674f9c99f865.tar.gz
forums-e279a779fc5533ab13ef214b9c65674f9c99f865.tar.bz2
forums-e279a779fc5533ab13ef214b9c65674f9c99f865.tar.xz
forums-e279a779fc5533ab13ef214b9c65674f9c99f865.zip
[ticket/13146] Typo on the returning variable
PHPBB3-13146
Diffstat (limited to 'phpBB/phpbb/content_visibility.php')
-rw-r--r--phpBB/phpbb/content_visibility.php2
1 files changed, 1 insertions, 1 deletions
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))