From f81e9060281191fd0bbd6c94470b3a5f705c50f9 Mon Sep 17 00:00:00 2001 From: Sesostris Vieira Date: Tue, 10 Jun 2014 16:06:01 -0300 Subject: [PATCH] Transforma o form de post para get --- report_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_form.php b/report_form.php index 64d42bc..be8b6f3 100644 --- a/report_form.php +++ b/report_form.php @@ -36,7 +36,7 @@ class filter_form extends moodleform { protected $_courseid; protected $_filterfields; - function filter_form($courseid, $filterfields, $action=null, $customdata=null, $method='post', $target='', $attributes=null, $editable=true) { + function filter_form($courseid, $filterfields, $action=null, $customdata=null, $method='get', $target='', $attributes=null, $editable=true) { $this->_filterfields = $filterfields; $this->_courseid = $courseid; parent::moodleform($action, $customdata, $method, $target, $attributes, $editable);