mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-15352: fix warning on admin.php (temporary fix)
This commit is contained in:
parent
41c96651b5
commit
119a4ae142
1 changed files with 5 additions and 0 deletions
|
@ -995,6 +995,11 @@ abstract class repository {
|
|||
public static function get_instance_option_names() {
|
||||
return array();
|
||||
}
|
||||
|
||||
public static function mnet_publishes() {
|
||||
return array();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue