mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Fix some requires and instantiation.
This commit is contained in:
@@ -86,7 +86,7 @@ class PProcess
|
||||
//\\ Various.
|
||||
$this->echooutput = ($options['Echo'] && NN_ECHOCLI);
|
||||
//\\
|
||||
$s = new Sites();
|
||||
$s = new \Sites();
|
||||
$this->site = $s->get();
|
||||
//\\ Class instances.
|
||||
$this->pdo = (($options['Settings'] instanceof DB) ? $options['Settings'] : new DB());
|
||||
|
||||
Reference in New Issue
Block a user