mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Revert change to ReleaseSearch
This commit is contained in:
@@ -164,7 +164,6 @@ class ReleaseSearch
|
||||
$words = explode(' ', $searchString);
|
||||
foreach ($words as $word) {
|
||||
$word = str_replace("'", "\\'", trim($word, "\n\t\r\0\x0B "));
|
||||
$word = str_replace('-', '', $word);
|
||||
if ($word !== '') {
|
||||
$searchWords .= ($word . ' ');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user