mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
a60a98d900
Prior to this patch the callback passed to showFilePicker was saved and reused for subsequent calls. This doesn't allow the use of a function for generating the callback. This patch explicitly sets the callback each time.
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: http://docs.moodle.org/dev/Repository_API Track: http://tracker.moodle.org/browse/MDL-13766