Skip to content

Commit

Permalink
Fixed bug that did not allow stats to display
Browse files Browse the repository at this point in the history
  • Loading branch information
seantomburke committed Feb 22, 2013
1 parent 8541908 commit 1c139d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions event.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,8 @@

$bottom_stats = $majors_stat->display();

if($scan['eid'] != 0)
{
$box_stat = new Box('Statistics', $bottom_stats);
$stat_display = '<div class="separator"></div>'.$box_stat->display("full");
}
$content = $box->display().$stat_display;

$page->setContent($content);
Expand Down

0 comments on commit 1c139d5

Please sign in to comment.