mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Another adjustment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user