From 38c2a0fac3399efbdfc1f539d39f826bdaeec123 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 29 Sep 2014 20:19:32 +0200 Subject: [PATCH] Again the same error. --- lib/Pprocess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Pprocess.php b/lib/Pprocess.php index b72dc2239..f8b72d06e 100644 --- a/lib/Pprocess.php +++ b/lib/Pprocess.php @@ -185,7 +185,7 @@ class PProcess public function processConsoles() { if ($this->site->lookupgames != 0) { - (new \Console(['Settings' => $this->pdo, 'Echo' => $this->echooutput]))->processConsoleReleases(); + (new \Konsole(['Settings' => $this->pdo, 'Echo' => $this->echooutput]))->processConsoleReleases(); } }