Damn typo

This commit is contained in:
Darko
2014-08-20 13:09:31 +02:00
parent 4aef525f6a
commit 03816db022
+1 -1
View File
@@ -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.