diff --git a/bin/showsleep.php b/bin/showsleep.php index 0f9bb24cb..09f422133 100644 --- a/bin/showsleep.php +++ b/bin/showsleep.php @@ -1,6 +1,6 @@ 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());