mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'wip-MDL-42234-master' of git://github.com/abgreeve/moodle
This commit is contained in:
commit
e3d43f0d73
@ -295,9 +295,9 @@ if (($action == 'edit') || ($action == 'new')) {
|
||||
|
||||
// Get list of used plug-ins
|
||||
$repositorytypes = repository::get_types();
|
||||
// Array to store plugins being used
|
||||
$alreadyplugins = array();
|
||||
if (!empty($repositorytypes)) {
|
||||
// Array to store plugins being used
|
||||
$alreadyplugins = array();
|
||||
$totalrepositorytypes = count($repositorytypes);
|
||||
$updowncount = 1;
|
||||
foreach ($repositorytypes as $i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user