mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10714] Fix database driver class name
PHPBB3-10714
This commit is contained in:
@@ -44,7 +44,7 @@ class phpbb_log implements phpbb_log_interface
|
||||
|
||||
/**
|
||||
* Database object
|
||||
* @var dbal
|
||||
* @var phpbb_db_driver
|
||||
*/
|
||||
protected $db;
|
||||
|
||||
@@ -87,9 +87,9 @@ class phpbb_log implements phpbb_log_interface
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param dbal $db Database object
|
||||
* @param phpbb_user $user User object
|
||||
* @param phpbb_auth $auth Auth object
|
||||
* @param phpbb_db_driver $db Database object
|
||||
* @param phpbb_user $user User object
|
||||
* @param phpbb_auth $auth Auth object
|
||||
* @param phpbb_dispatcher $phpbb_dispatcher Event dispatcher
|
||||
* @param string $phpbb_root_path Root path
|
||||
* @param string $php_ext PHP Extension
|
||||
|
Reference in New Issue
Block a user