mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Trying to fix update_releases error.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ require_once(dirname(__FILE__) . "/../lib/showsleep.php");
|
||||
require_once(dirname(__FILE__) . "/../lib/functions.php");
|
||||
|
||||
|
||||
$version = "0.3r1123";
|
||||
$version = "0.3r1124";
|
||||
|
||||
$db = new DB();
|
||||
$functions = new Functions();
|
||||
|
||||
@@ -112,6 +112,8 @@ class Enzebe
|
||||
{
|
||||
$path = $this->getNZBPath($relGuid, true);
|
||||
$this->site = new Sites();
|
||||
$this->bname = 'binaries';
|
||||
$this->pname = 'parts';
|
||||
$this->db = new DB();
|
||||
$fp = gzopen($path, 'w5');
|
||||
if ($fp) {
|
||||
|
||||
Reference in New Issue
Block a user