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 ."]: ",