aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-11 18:02:45 -0400
committerJoas Schilling <nickvergessen@gmx.de>2013-07-11 18:02:45 -0400
commit0e5e128174f862f16069b56ef6f5b9803fe5cb9b (patch)
tree2bd8afa6ca099a4b662996417913e08d94e1bffe
parent7262045a24a6823e4da71868c14f16b438098caa (diff)
downloadforums-0e5e128174f862f16069b56ef6f5b9803fe5cb9b.tar
forums-0e5e128174f862f16069b56ef6f5b9803fe5cb9b.tar.gz
forums-0e5e128174f862f16069b56ef6f5b9803fe5cb9b.tar.bz2
forums-0e5e128174f862f16069b56ef6f5b9803fe5cb9b.tar.xz
forums-0e5e128174f862f16069b56ef6f5b9803fe5cb9b.zip
[ticket/9657] Fix variable naming of phpEx to php_ext
PHPBB3-9657
-rw-r--r--phpBB/includes/content_visibility.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/content_visibility.php b/phpBB/includes/content_visibility.php
index 43efef5d7f..01e688d106 100644
--- a/phpBB/includes/content_visibility.php
+++ b/phpBB/includes/content_visibility.php
@@ -62,7 +62,7 @@ class phpbb_content_visibility
* @param string $php_ext PHP Extension
* @return null
*/
- public function __construct($auth, phpbb_db_driver $db, $user, $phpbb_root_path, $phpEx, $forums_table, $posts_table, $topics_table, $users_table)
+ public function __construct($auth, phpbb_db_driver $db, $user, $phpbb_root_path, $php_ext, $forums_table, $posts_table, $topics_table, $users_table)
{
$this->auth = $auth;
$this->db = $db;