mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-20169 fixed coding style, parameter type required
This commit is contained in:
parent
622365d2e1
commit
92ebcabeb3
16 changed files with 48 additions and 48 deletions
|
@ -516,7 +516,7 @@ class flexible_table {
|
|||
$this->sess->i_last = '';
|
||||
}
|
||||
|
||||
$this->currpage = optional_param($this->request[TABLE_VAR_PAGE], 0);
|
||||
$this->currpage = optional_param($this->request[TABLE_VAR_PAGE], 0, PARAM_INT);
|
||||
$this->setup = true;
|
||||
|
||||
/// Always introduce the "flexible" class for the table if not specified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue