mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
![]() The parameters $exportactiveurl and $importactiveurl are removed from export_action_bar and import_action_bar classes. Not only passing them were redundant and it was possible to generate them by having $activeplugin (also passed to the mentioned class constructors), but also we had a bug there. The value of $PAGE->url was passed as those parameters, but $PAGE->url can sometimes include additional parameters and as a result, its value may not match any of the available export/import plugins. |
||
---|---|---|
.. | ||
amd | ||
classes | ||
edit | ||
export | ||
grading | ||
import | ||
report | ||
templates | ||
tests | ||
index.php | ||
lib.php | ||
querylib.php | ||
renderer.php | ||
upgrade.txt |