Pass uri query parameter

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:29:11 +01:00
parent fa98a0cd72
commit b22513823e

View File

@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?>
<td colspan="3"><?= $footerView->render(); ?>
<tbody>
<?php $count = 0; foreach($media as $key => $value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/media/single?id=' . $value->getId());
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/media/single?{?}id=' . $value->getId());
$icon = '';
$extensionType = \phpOMS\System\File\FileUtils::getExtensionType($value->getExtension());