mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
f675815e97
I have discovered a bug with GoogleDocs portfolio in events. An event handler was defined in googledocs/lib.php and so the cron included just this library. But the inclusion failed because the superclass portfolio_plugin_push_base was not known to cron. IMHO it is generally good habit to require_once the file which defines the parent classes.