Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Small bug in getConnection #2

@iamniels

Description

@iamniels

Line 30 of MongoDbConnection:
$this->_dbConnection->$db->authenticate($this->_user, $this->_password);
Should be:
$this->_dbConnection->db->authenticate($this->_user, $this->_password);

PHP: 5.3.3-7
Yii: 1.1.8

Am I right, or am I missing something?

Best regards,

Niels

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions