Rename TvAnger class into TvRage class, adjust the other classes and scripts accordingly.

(cherry picked from commit 8faad9d)
This commit is contained in:
DariusIII
2015-09-01 22:29:16 +02:00
parent 89ce5002ff
commit 2dda3855d2
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ class PProcess
{
$processTV = (is_numeric($processTV) ? $processTV : $this->pdo->getSetting('lookuptvrage'));
if ($processTV > 0) {
(new \TvAnger(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processTvReleases($groupID, $guidChar, $processTV);
(new \TvRage(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processTvReleases($groupID, $guidChar, $processTV);
}
}