Fixed a typo

This commit is contained in:
Darko
2013-08-11 23:28:39 +02:00
parent 0078fa666a
commit c113cf8fd4
+1 -1
View File
@@ -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)