mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix the NNTP class name.
This commit is contained in:
@@ -368,7 +368,7 @@ class Groups
|
||||
if ($groupList == "") {
|
||||
$ret[] = "No group list provided.";
|
||||
} else {
|
||||
$nntp = new Nntp(['Echo' => false]);
|
||||
$nntp = new NNTP(['Echo' => false]);
|
||||
if (!$nntp->doConnect()) {
|
||||
$ret[] = "Failed to get NNTP connection";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user