mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Fixed a typo
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ class Namefixer
|
||||
public function matchPredbMD5($md5, $release)
|
||||
{
|
||||
$matched = 0;
|
||||
$res = $db->query("select title, source from prehssh where hash = '".$md5."'");
|
||||
$res = $db->query("select title, source from prehash where hash = '".$md5."'");
|
||||
if (count($res) > 0)
|
||||
{
|
||||
foreach ($res as $row)
|
||||
|
||||
Reference in New Issue
Block a user