mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Fixed undefined index 'ID' in RequestIDLocal.php
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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 ."]: ",
|
||||
|
||||
Reference in New Issue
Block a user