mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/9657] Fix variable naming of phpEx to php_ext
PHPBB3-9657
This commit is contained in:
parent
7262045a24
commit
0e5e128174
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class phpbb_content_visibility
|
||||||
* @param string $php_ext PHP Extension
|
* @param string $php_ext PHP Extension
|
||||||
* @return null
|
* @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->auth = $auth;
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
|
|
Loading…
Add table
Reference in a new issue