From 5da31aee92ae2e7d0697e41a9c3224b3ff2b14e2 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 17 Apr 2014 23:59:18 +0200 Subject: [PATCH] More typos --- bin/postprocess_alpha.php | 6 +++--- lib/Pprocess.php | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bin/postprocess_alpha.php b/bin/postprocess_alpha.php index 5bdcbad4c..f3c0cea14 100644 --- a/bin/postprocess_alpha.php +++ b/bin/postprocess_alpha.php @@ -38,12 +38,12 @@ if (isset($pieces[6])) { exit($c->error("Unable to connect to usenet.")); } - $$postprocess->processNfos($argv[1], $nntp); + $postprocess->processNfos($argv[1], $nntp); $nntp->doQuit(); } else if (isset($pieces[2])) { - $$postprocess->processMovies($argv[1]); + $postprocess->processMovies($argv[1]); echo '.'; } else if (isset($pieces[1])) { - $$postprocess->processTv($argv[1]); + $postprocess->processTv($argv[1]); } diff --git a/lib/Pprocess.php b/lib/Pprocess.php index 7cd550e15..59d0408f2 100644 --- a/lib/Pprocess.php +++ b/lib/Pprocess.php @@ -666,8 +666,7 @@ class PProcess $this->jpgSavePath = WWW_DIR . 'covers/sample/'; $this->imgSavePath = WWW_DIR . 'covers/console/'; $this->vidSavePath = WWW_DIR . 'covers/video/'; - $this-> - $this->mainTmpPath = $this->site->tmpunrarpath; + $this->mainTmpPath = $this->site->tmpunrarpath; $this->tmpPath = $this->mainTmpPath; //\\