Skip to content

Commit

Permalink
Update tcr_database.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ChelseaStats authored and ChelseaStats committed Sep 5, 2014
1 parent 69ae8c8 commit 53dfb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcr_database.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Database {
// uses the defined DB values in wp-config
private $host = DB_HOST;
private $user = DB_USER;
private $pass = DB_PASS;
private $pass = DB_PASSWORD;
private $dbname = DB_NAME;
private $dbh;
private $error;
Expand Down

0 comments on commit 53dfb88

Please sign in to comment.