Ticket #451 (closed Bug: fixed)
Small typo in database drivers
| Reported by: | alexsancho | Owned by: | zombor |
|---|---|---|---|
| Priority: | major | Milestone: | 2.2 |
| Component: | Libraries:Database | Version: | SVN HEAD |
| Keywords: | config,bug | Cc: |
Description
After last changeset some database drivers doesn't work (all except mysqli). The problem is on escape_str function, it references to $this->config variable and it should be $this->db_config.
Despite, after making this change, mysql driver fails when escape variable is set to false in config.
Change History
Note: See
TracTickets for help on using
tickets.
