Another adjustment

This commit is contained in:
Darko
2014-09-15 12:33:38 +02:00
parent bf1532c6e6
commit db6839fb52
+1 -1
View File
@@ -47,7 +47,7 @@ class Settings extends DB
public function __construct(array $options = [])
{
parent::__construct($options);
$result = exec("describe settings");
$result = PDO::exec("describe settings");
$this->table = ($result === false) ? 'settings' : 'site';
return $this->pdo;
}