From bcdf50eeeef489555893caef6fc5d1b3af8493e1 Mon Sep 17 00:00:00 2001 From: Darko Date: Mon, 16 Jun 2014 14:48:49 +0200 Subject: [PATCH] Potential fix for nfo processing. --- lib/Pprocess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Pprocess.php b/lib/Pprocess.php index 6e672ef6a..32ac8cd2f 100644 --- a/lib/Pprocess.php +++ b/lib/Pprocess.php @@ -213,7 +213,7 @@ class PProcess public function processNfos($releaseToWork = '', $nntp) { if ($this->site->lookupnfo == 1) { - $this->Nfo->processNfoFiles($releaseToWork, $this->site->lookupimdb, $this->site->lookuptvrage, $groupID = '', $nntp); + $this->Nfo->processNfoFiles($releaseToWork, $this->site->lookupImdb, $this->site->lookupTvrage, $groupID = '', $nntp); } }