mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix switch.php for releases creation
This commit is contained in:
@@ -204,7 +204,11 @@ switch ($options[1]) {
|
||||
echo $e->getMessage();
|
||||
}
|
||||
} else {
|
||||
|
||||
try {
|
||||
processReleases($releases, '');
|
||||
} catch (Exception $e) {
|
||||
echo $e->getMessage();
|
||||
}
|
||||
// Run functions that run on releases table after all others completed.
|
||||
$groupCount = rtrim($options[2], '_');
|
||||
if (! is_numeric($groupCount)) {
|
||||
|
||||
Reference in New Issue
Block a user