Skip to content
Snippets Groups Projects
Commit 30de43d0 authored by aydreeihn's avatar aydreeihn
Browse files

fix manage collabs for ticket preview contd

parent fd035c2a
Branches
Tags
No related merge requests found
...@@ -143,7 +143,7 @@ echo '</div>'; // ticket preview content. ...@@ -143,7 +143,7 @@ echo '</div>'; // ticket preview content.
<?php <?php
echo sprintf('<span><a class="collaborators" echo sprintf('<span><a class="collaborators"
href="#thread/%d/collaborators">%s</a></span>', href="#thread/%d/collaborators">%s</a></span>',
$ticket->getId(), $thread->getId(),
$thread && $thread->getNumCollaborators() $thread && $thread->getNumCollaborators()
? __('Manage Collaborators') : __('Add Collaborator') ? __('Manage Collaborators') : __('Add Collaborator')
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment