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; //\\