diff --git a/lib/Xmds/Soap.php b/lib/Xmds/Soap.php index 31cb57302d..1b5d1deb72 100644 --- a/lib/Xmds/Soap.php +++ b/lib/Xmds/Soap.php @@ -1,6 +1,6 @@ . - * */ namespace Xibo\Xmds; @@ -324,7 +323,7 @@ public function getDispatcher(): EventDispatcher protected function doRequiredFiles( $serverKey, $hardwareKey, - $httpDownloads, + bool $httpDownloads, bool $isSupportsDataUrl = false, bool $isSupportsDependency = false ) { @@ -651,7 +650,7 @@ protected function doRequiredFiles( $parsedRow = $this->getSanitizer($row); // Media $path = $parsedRow->getString('path'); - $id = $parsedRow->getString('id'); + $id = $parsedRow->getParam('id'); $md5 = $row['MD5']; $fileSize = $parsedRow->getInt('FileSize'); $released = $parsedRow->getInt('released');