mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Rename TvAnger class into TvRage class, adjust the other classes and scripts accordingly.
This commit is contained in:
@@ -29,7 +29,7 @@ if (isset($_GET["id"]))
|
||||
$rage = '';
|
||||
if ($data["rageid"] != '')
|
||||
{
|
||||
$tvrage = new TvAnger();
|
||||
$tvrage = new TvRage();
|
||||
|
||||
$rageinfo = $tvrage->getByRageID($data["rageid"]);
|
||||
if (count($rageinfo) > 0)
|
||||
|
||||
Reference in New Issue
Block a user