Fixed undefined index 'ID' in RequestIDLocal.php

This commit is contained in:
DariusIII
2014-12-16 02:29:29 +01:00
parent 654da5c51c
commit 43ae0bb3a0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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,
+1 -1
View File
@@ -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 ."]: ",