Skip to content
Snippets Groups Projects
Commit b90f88f9 authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Correct property name. It's 'dbpassword', with the 'db' prefix.

parent 005c98e4
Branches
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ class OCI extends AbstractDatabase {
*/
private function createDBUser($connection) {
$name = $this->dbuser;
$password = $this->password;
$password = $this->dbpassword;
$query = "SELECT * FROM all_users WHERE USERNAME = :un";
$stmt = oci_parse($connection, $query);
if (!$stmt) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment