We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9635f04 commit 576a446Copy full SHA for 576a446
src/templates/Packet/View.phtml
@@ -115,6 +115,7 @@ $c_delete_visible_master = ($logged_in && ($logged_in->getOptionsBitmask() & Use
115
?>
116
<table class="comments"><tbody>
117
<?php foreach ($comments as $c) {
118
+ $c_id = $c->getId();
119
$c_user = $c->getUser();
120
$c_user_name = $c_user->getName();
121
$c_user_id = $c->getUserId();
0 commit comments