summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/filter/editfilter.phtml5
1 files changed, 1 insertions, 4 deletions
diff --git a/application/views/scripts/filter/editfilter.phtml b/application/views/scripts/filter/editfilter.phtml
index 62e9684..8bc38f7 100644
--- a/application/views/scripts/filter/editfilter.phtml
+++ b/application/views/scripts/filter/editfilter.phtml
@@ -1,11 +1,8 @@
<h1>Edit Filter</h1>
<?php
-
$this->editfilterform->setAction($this->url());
-
-
-$this->editfilterform;
+echo $this->editfilterform;
?>