More typos

This commit is contained in:
DariusIII
2014-04-17 23:59:18 +02:00
parent fffe7cb5ec
commit 5da31aee92
2 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -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]);
}
+1 -2
View File
@@ -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;
//\\