aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-12-14 18:47:22 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-12-14 18:47:22 +0100
commit512697341a9c570ee11697eb221ef18d2fadfe45 (patch)
tree3fed0945ac48f70c283a5c6df623c5313ec8042c /phpBB/includes
parentbe8140d79c3d8d34091ede40c056cd71fd4697b0 (diff)
downloadforums-512697341a9c570ee11697eb221ef18d2fadfe45.tar
forums-512697341a9c570ee11697eb221ef18d2fadfe45.tar.gz
forums-512697341a9c570ee11697eb221ef18d2fadfe45.tar.bz2
forums-512697341a9c570ee11697eb221ef18d2fadfe45.tar.xz
forums-512697341a9c570ee11697eb221ef18d2fadfe45.zip
[ticket/10714] Fix database driver class name
PHPBB3-10714
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/log/log.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/includes/log/log.php b/phpBB/includes/log/log.php
index beb2a659e1..521a998d8e 100644
--- a/phpBB/includes/log/log.php
+++ b/phpBB/includes/log/log.php
@@ -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