Trying to fix update_releases error.

This commit is contained in:
Darko
2014-04-29 09:02:22 +02:00
parent feb8f54a02
commit 04f396b36d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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();
+2
View File
@@ -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) {