Skip to content

Commit

Permalink
Fix outputting the tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 13, 2016
1 parent 89b8913 commit 3ad699a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whups/ticket/watch.php
Expand Up @@ -92,7 +92,7 @@ function(&$listener)
));
$notification->notify(array('listeners' => 'status'));
require WHUPS_TEMPLATES . '/prevnext.inc';
Whups::getTicketTabs($vars, $id)->render('watch');
echo Whups::getTicketTabs($vars, $id)->render('watch');
require WHUPS_TEMPLATES . '/ticket/watchers.inc';
$addform->renderActive($r, $vars, Horde::url('ticket/watch.php'), 'post');
echo '<br class="spacer" />';
Expand Down

0 comments on commit 3ad699a

Please sign in to comment.