Skip to content

Commit

Permalink
Fix "Undefined variable: form in eventhistory.phtml"
Browse files Browse the repository at this point in the history
Please test a changed view at least once :(

fixes #7682
  • Loading branch information
lippserd committed Nov 15, 2014
1 parent 6ba4e55 commit 9c077a5
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -4,8 +4,6 @@
<div style="margin: 1em" class="dontprint">
<?= $this->translate('Sort by'); ?> <?= $this->sortControl->render($this); ?>
</div>
<?= $form ?>
<br />
<?= $this->widget('limiter', array('url' => $this->url, 'max' => $this->history->count())); ?>
<?= $this->paginationControl($history, null, null, array('preserve' => $this->preserve)); ?>
</div>
Expand Down

0 comments on commit 9c077a5

Please sign in to comment.