Missed one.

This commit is contained in:
Darko
2015-10-06 11:06:25 +02:00
parent 68ce5136b4
commit 3458718f3f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ class PostProcess
public function processConsoles()
{
if ($this->pdo->getSetting('lookupgames') != 0) {
(new \Konsole(['Settings' => $this->pdo, 'Echo' => $this->echooutput]))->processConsoleReleases();
(new \Console(['Settings' => $this->pdo, 'Echo' => $this->echooutput]))->processConsoleReleases();
}
}