Skip to content
Snippets Groups Projects
Commit bc3d743c authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

re #78

parent 09b28ba2
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@
<div style="margin-bottom: 10px; margin-top: 10px;">
<?= _("Mitarbeiter") ?>
<ul class="clean" style="margin-bottom: 5px;" id="plugincollaborators">
<?= $this->render_partial("myplugins/_collaborator.php", array('user' => $marketplugin->user)) ?>
<?= $this->render_partial("myplugins/_collaborator.php", array('user' => $marketplugin->user ?: User::findCurrent())) ?>
<? foreach ($marketplugin->more_users as $user) : ?>
<?= $this->render_partial("myplugins/_collaborator.php", array('user' => $user)) ?>
<? endforeach ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment