mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Start moving functions from Releases class to Release model
This commit is contained in:
@@ -64,7 +64,7 @@ foreach ($releases as $release) {
|
||||
if ($rename === true) {
|
||||
$newName = $pdo->escapeString($newName);
|
||||
$pdo->queryExec(sprintf('UPDATE releases SET searchname = %s WHERE id = %d', $newName, $release['id']));
|
||||
$sphinx->updateRelease($release['id'], $pdo);
|
||||
$sphinx->updateRelease($release['id']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user