mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10714] Fix database driver class name
PHPBB3-10714
This commit is contained in:
parent
be8140d79c
commit
512697341a
1 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ class phpbb_log implements phpbb_log_interface
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Database object
|
* Database object
|
||||||
* @var dbal
|
* @var phpbb_db_driver
|
||||||
*/
|
*/
|
||||||
protected $db;
|
protected $db;
|
||||||
|
|
||||||
|
@ -87,9 +87,9 @@ class phpbb_log implements phpbb_log_interface
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param dbal $db Database object
|
* @param phpbb_db_driver $db Database object
|
||||||
* @param phpbb_user $user User object
|
* @param phpbb_user $user User object
|
||||||
* @param phpbb_auth $auth Auth object
|
* @param phpbb_auth $auth Auth object
|
||||||
* @param phpbb_dispatcher $phpbb_dispatcher Event dispatcher
|
* @param phpbb_dispatcher $phpbb_dispatcher Event dispatcher
|
||||||
* @param string $phpbb_root_path Root path
|
* @param string $phpbb_root_path Root path
|
||||||
* @param string $php_ext PHP Extension
|
* @param string $php_ext PHP Extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue