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