Skip to content

Commit

Permalink
Merge pull request #617 from ossreleasefeed/ensure-urls-tab-hidden-no…
Browse files Browse the repository at this point in the history
…auth-users-758592

ensure urls tab is only shown to logged in users fixes bug 758592
  • Loading branch information
Schalk Neethling committed May 31, 2012
2 parents 5238331 + 5d0ca67 commit c0f7acb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp-php/application/views/report/do_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@
<?php } ?>
<li><a href="#comments"><span>Comments (<?= count($comments) ?>)</span></a></li>
<li><a href="#correlation"><span>Correlations</span></a></li>
<li><a href="#sigurls"><span>URLs</span></a></li>
<?php if ($logged_in) { ?>
<li><a href="#sigurls"><span>URLs</span></a></li>
<?php } ?>
</ul>

<div id="sigsummary">
Expand Down

0 comments on commit c0f7acb

Please sign in to comment.