mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-19717 workshop manual allocator - pagination support and performance issues
This commit is contained in:
parent
87a5368df1
commit
aa40adbf9f
4 changed files with 319 additions and 230 deletions
|
@ -57,7 +57,7 @@ $initresult = $allocator->init();
|
|||
$wsoutput = $PAGE->theme->get_renderer('mod_workshop', $PAGE);
|
||||
echo $OUTPUT->header();
|
||||
|
||||
$allocators = $workshop->installed_allocators();
|
||||
$allocators = workshop::installed_allocators();
|
||||
$currenttab = 'allocation';
|
||||
include(dirname(__FILE__) . '/tabs.php');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue