mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-32094 fix various E_STRICT compatibility problems
This commit is contained in:
parent
0ed6f71232
commit
f20edd5208
27 changed files with 53 additions and 42 deletions
|
@ -41,7 +41,7 @@ class repository_coursefiles extends repository {
|
|||
* @param string $encodedpath
|
||||
* @return mixed
|
||||
*/
|
||||
public function get_listing($encodedpath = '') {
|
||||
public function get_listing($encodedpath = '', $page = '') {
|
||||
global $CFG, $USER, $OUTPUT;
|
||||
$ret = array();
|
||||
$ret['dynload'] = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue