Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
8cc4e1c
)
Merge branch 'MDL-46418-master-hiddenrepos' of git://github.com/mudrd8mz/moodle
author
Dan Poltawski
<dan@moodle.com>
Mon, 19 Jun 2017 09:33:37 +0000
(10:33 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 19 Jun 2017 09:33:37 +0000
(10:33 +0100)
lib/classes/plugininfo/repository.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/classes/plugininfo/repository.php
b/lib/classes/plugininfo/repository.php
index
861b24d
..
689edde
100644
(file)
--- a/
lib/classes/plugininfo/repository.php
+++ b/
lib/classes/plugininfo/repository.php
@@
-37,7
+37,7
@@
class repository extends base {
*/
public static function get_enabled_plugins() {
global $DB;
- return $DB->get_records_menu('repository',
array('visible'=>1)
, 'type ASC', 'type, type AS val');
+ return $DB->get_records_menu('repository',
null
, 'type ASC', 'type, type AS val');
}
public function get_settings_section_name() {