diff options
Diffstat (limited to 'includes/user')
-rw-r--r-- | includes/user/BotPassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/user/BotPassword.php b/includes/user/BotPassword.php index b29df06b90e6..7adfa99054b6 100644 --- a/includes/user/BotPassword.php +++ b/includes/user/BotPassword.php @@ -89,7 +89,7 @@ class BotPassword implements IDBAccessObject { /** * Get a database connection for the bot passwords database - * @param int $db Index of the connection to get, e.g. DB_MASTER or DB_REPLICA. + * @param int $db Index of the connection to get, e.g. DB_PRIMARY or DB_REPLICA. * @return IDatabase */ public static function getDB( $db ) { |