Skip to content
Snippets Groups Projects
Commit 15414303 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix order of releases, fixes #66

parent aaaf3423
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ if ($image) { ...@@ -124,7 +124,7 @@ if ($image) {
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<? foreach ($marketplugin->releases as $release) : ?> <? foreach ($marketplugin->releases->orderBy('version DESC') as $release) : ?>
<tr> <tr>
<td> <td>
<a href="<?= PluginEngine::getLink($plugin, array(), "presenting/download/". $release->getId()) ?>" title="<?= _("Dieses Release runterladen") ?>"> <a href="<?= PluginEngine::getLink($plugin, array(), "presenting/download/". $release->getId()) ?>" title="<?= _("Dieses Release runterladen") ?>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment