Skip to content

Commit

Permalink
Fixed issue #10087: User stats page have invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Mar 4, 2016
1 parent 4a53928 commit 1acb6d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions application/views/statistics_user_view.php
Expand Up @@ -8,7 +8,4 @@
</div>
<?php if (isset($statisticsoutput) && $statisticsoutput) { echo $statisticsoutput; } ?><br />
</div>
<?php
$oTemplate = Template::model()->getInstance();
echo templatereplace(file_get_contents($oTemplate->viewPath."/endpage.pstpl"),array(), $redata);
?>
<input type='hidden' class='hidemenubutton'/>

0 comments on commit 1acb6d4

Please sign in to comment.