mirror of
https://github.com/moodle/moodle.git
synced 2025-05-02 22:45:03 +02:00
Merge branch 'w46_MDL-36169_m24_enrolsort' of git://github.com/skodak/moodle
This commit is contained in:
commit
4f64267994
@ -431,7 +431,7 @@ class course_enrolment_table extends html_table implements renderable {
|
||||
|
||||
$this->page = optional_param(self::PAGEVAR, 0, PARAM_INT);
|
||||
$this->perpage = optional_param(self::PERPAGEVAR, self::DEFAULTPERPAGE, PARAM_INT);
|
||||
$this->sort = optional_param(self::SORTVAR, self::DEFAULTSORT, PARAM_ALPHA);
|
||||
$this->sort = optional_param(self::SORTVAR, self::DEFAULTSORT, PARAM_ALPHANUM);
|
||||
$this->sortdirection = optional_param(self::SORTDIRECTIONVAR, self::DEFAULTSORTDIRECTION, PARAM_ALPHA);
|
||||
|
||||
$this->attributes = array('class'=>'userenrolment');
|
||||
|
Loading…
x
Reference in New Issue
Block a user