Missed a set of round brackets on this->exists.

This commit is contained in:
markjcrane
2015-11-27 19:53:30 -07:00
parent 9d9f2597bb
commit 82e602e93a
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class config {
*/
public function get() {
$this->find();
if ($this->exists) {
if ($this->exists()) {
require $this->config_path;
$this->db_type = $db_type;
$this->db_name = $db_name;