mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Enable code that was commented for testing
This commit is contained in:
@@ -678,10 +678,10 @@ class Releases
|
||||
$limit,
|
||||
$offset
|
||||
);
|
||||
/*$releases = Cache::get(md5($sql));
|
||||
$releases = Cache::get(md5($sql));
|
||||
if ($releases !== null) {
|
||||
return $releases;
|
||||
} */
|
||||
}
|
||||
$releases = Release::fromQuery($sql);
|
||||
if (! empty($releases) && \count($releases) > 0) {
|
||||
$releases[0]->_totalrows = $this->getPagerCount($baseSql);
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
2018-11-05 DariusIII
|
||||
* Fix: Enable code that was commented for testing
|
||||
* Chg: Update Releases class, use Release Model to retrieve data and add tags to API v2 output
|
||||
* Chg: Remove web.php fallback route and page
|
||||
* Chg: Add config/captcha.php and use it in place of direct env file call
|
||||
|
||||
Reference in New Issue
Block a user