Rename Info class into Nfo class.

This commit is contained in:
DariusIII
2015-09-01 22:37:25 +02:00
parent 4fe6f7ab18
commit e95455a7fb
10 changed files with 11 additions and 11 deletions
@@ -132,7 +132,7 @@ if (!isset($argv[1])) {
exit($pdo->log->error("Unable to connect to usenet."));
}
$Nfo = new Info(['Settings' => $pdo, 'Echo' => true]);
$Nfo = new Nfo(['Settings' => $pdo, 'Echo' => true]);
$nzbcontents = new NZBContents(
array(
'Echo' => true, 'NNTP' => $nntp, 'Nfo' => $Nfo, 'Settings' => $pdo,