From 43ae0bb3a0db9136cd7c810953e2e68ea393fc70 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 16 Dec 2014 02:29:29 +0100 Subject: [PATCH] Fixed undefined index 'ID' in RequestIDLocal.php --- lib/copy_this/www/lib/RequestIDLocal.php | 4 ++-- lib/copy_this/www/lib/TmuxOutput.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/copy_this/www/lib/RequestIDLocal.php b/lib/copy_this/www/lib/RequestIDLocal.php index d8cf9762c..c79f825c8 100644 --- a/lib/copy_this/www/lib/RequestIDLocal.php +++ b/lib/copy_this/www/lib/RequestIDLocal.php @@ -261,7 +261,7 @@ class RequestIDLocal extends RequestID UPDATE releases SET prehashID = %d, reqidstatus = %d, isrenamed = 1, iscategorized = 1, searchname = %s WHERE ID = %d', - $this->_newTitle['ID'], + $this->_newTitle['id'], self::REQID_FOUND, $newTitle, $this->_release['ID'] @@ -278,7 +278,7 @@ class RequestIDLocal extends RequestID bookinfoID = NULL, anidbid = NULL, prehashID = %d, reqidstatus = %d, isrenamed = 1, iscategorized = 1, searchname = %s, categoryID = %d WHERE ID = %d', - $this->_newTitle['ID'], + $this->_newTitle['id'], self::REQID_FOUND, $newTitle, $determinedCat, diff --git a/lib/copy_this/www/lib/TmuxOutput.php b/lib/copy_this/www/lib/TmuxOutput.php index ddeaf606a..07d9d7d4a 100644 --- a/lib/copy_this/www/lib/TmuxOutput.php +++ b/lib/copy_this/www/lib/TmuxOutput.php @@ -117,7 +117,7 @@ class TmuxOutput extends Tmux $buffer = ''; $state = ($this->runVar['settings']['is_running'] == 1) ? 'Running' : 'Disabled'; //$version = $this->_tvers . 'r' . $this->_vers; - $tversion = '0.5r0084'; + $tversion = '0.5r0085'; $buffer .= sprintf($this->tmpMasks[2], "Monitor $state v$tversion @ $this->_tvers [" . $this->_vers ."]: ",