diff options
author | brunoais <brunoaiss@gmail.com> | 2014-11-29 14:12:19 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-12-03 13:55:52 +0000 |
commit | 614f975e68dc21536d11cb79a4596bd4f9ee8602 (patch) | |
tree | a5d7512cd36eed6849619865b219c0b3a0c4cb4e /phpBB/phpbb | |
parent | df3447b7256f4d462dcd18107c0a503289cfce53 (diff) | |
download | forums-614f975e68dc21536d11cb79a4596bd4f9ee8602.tar forums-614f975e68dc21536d11cb79a4596bd4f9ee8602.tar.gz forums-614f975e68dc21536d11cb79a4596bd4f9ee8602.tar.bz2 forums-614f975e68dc21536d11cb79a4596bd4f9ee8602.tar.xz forums-614f975e68dc21536d11cb79a4596bd4f9ee8602.zip |
[ticket/13146] $contentReplaced -> $content_replaced
PHPBB3-13146
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/content_visibility.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/content_visibility.php b/phpBB/phpbb/content_visibility.php index 02a5f0f766..677c70ad5b 100644 --- a/phpBB/phpbb/content_visibility.php +++ b/phpBB/phpbb/content_visibility.php @@ -185,7 +185,7 @@ class content_visibility ); extract($phpbb_dispatcher->trigger_event('core.phpbb_content_visibility_get_forums_visibility_before', compact($vars))); - if ($contentReplaced) + if ($content_replaced) { return $where_sql; } |