Skip to content

Commit

Permalink
add test to not show
Browse files Browse the repository at this point in the history
  • Loading branch information
Hystepik committed Feb 1, 2024
1 parent 022243b commit 7774ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/tpl/contacts.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<?php
}

if ($module == 'project') {
if (empty($hideaddcontactforgroups) && $module == 'project') {
?>
<form class="tagtr impair nohover" action="<?php echo $_SERVER["PHP_SELF"].'?id='.$object->id; ?>" method="POST">
<input type="hidden" name="token" value="<?php echo newToken(); ?>" />
Expand Down

0 comments on commit 7774ad7

Please sign in to comment.