From 0e5e128174f862f16069b56ef6f5b9803fe5cb9b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Jul 2013 18:02:45 -0400 Subject: [PATCH] [ticket/9657] Fix variable naming of phpEx to php_ext PHPBB3-9657 --- phpBB/includes/content_visibility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;