mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-83377 repository_local: Missing options for searching
This commit is contained in:
parent
ce0193fcde
commit
6586175de0
@ -346,6 +346,8 @@ class repository_local extends repository {
|
||||
$return = array(
|
||||
'list' => array_values($results),
|
||||
'dynload' => true,
|
||||
'nosearch' => false,
|
||||
'nologin' => true,
|
||||
'pages' => $pages,
|
||||
'page' => $page
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user