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

fix manage collabs popup from ticket preview

parent d2ef3b1f
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ echo '</div>'; // ticket preview content.
<br>
<?php
echo sprintf('<span><a class="collaborators"
href="#tickets/%d/collaborators">%s</a></span>',
href="#thread/%d/collaborators">%s</a></span>',
$ticket->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