From 04f396b36dfd1a745e814c592fe3bb7ae31524ea Mon Sep 17 00:00:00 2001 From: Darko Date: Tue, 29 Apr 2014 09:02:22 +0200 Subject: [PATCH] Trying to fix update_releases error. --- bin/monitor.php | 2 +- lib/Enzebe.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/monitor.php b/bin/monitor.php index 8766dfbc7..529006d65 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -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(); diff --git a/lib/Enzebe.php b/lib/Enzebe.php index c70f5ec71..c65c66deb 100644 --- a/lib/Enzebe.php +++ b/lib/Enzebe.php @@ -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) {