Fix "Undefined variable: form in eventhistory.phtml"

Please test a changed view at least once :(

fixes #7682
This commit is contained in:
Eric Lippmann 2014-11-15 12:11:45 +01:00
parent 6ba4e55277
commit 9c077a5eef
1 changed files with 0 additions and 2 deletions

View File

@ -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>