mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Remove extra argumnet for sphinxsearch deletRelease function
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-02-08 DariusIII
|
||||
* Chg: Remove extra argumnet for sphinxsearch deletRelease function
|
||||
* Chg: Update logging configuration
|
||||
* Chg: Make sphinx only search engine, use foolz/sphinxql-query-builder to add files to sphinx index
|
||||
* Chg: Update files with laravel 5.6 changes
|
||||
|
||||
+1
-1
@@ -555,7 +555,7 @@ class Releases
|
||||
$releaseImage->delete($identifiers['g']);
|
||||
|
||||
// Delete from sphinx.
|
||||
$this->sphinxSearch->deleteRelease($identifiers, $this->pdo);
|
||||
$this->sphinxSearch->deleteRelease($identifiers);
|
||||
|
||||
// Delete from DB.
|
||||
Release::query()->where('guid', $identifiers['g'])->delete();
|
||||
|
||||
Reference in New Issue
Block a user