mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Damn typo
This commit is contained in:
@@ -1386,7 +1386,7 @@ Class ProcessAdditional
|
||||
if ($retVal === false) {
|
||||
|
||||
// Get the media info for the file.
|
||||
$xmlArray = $this->_util > runCmd('"' . $this->_siteSettings->mediainfopath . '" --Output=XML "' . $fileLocation . '"');
|
||||
$xmlArray = $this->_util->runCmd('"' . $this->_siteSettings->mediainfopath . '" --Output=XML "' . $fileLocation . '"');
|
||||
if (is_array($xmlArray)) {
|
||||
|
||||
// Convert to array.
|
||||
|
||||
Reference in New Issue
Block a user