projectestac / marsupial

Moodle implementation of the Marsupial protocol to let authenticated access to external contents. It's developed by the Ministry of Education of the Government of Catalonia
4 stars 11 forks source link

Upgrade Setting Error #15

Closed frlhermes closed 9 years ago

frlhermes commented 9 years ago

Hi,

I installed a new version of this plugin and i got a error when "upgradesetting.php" is launched.

Call to undefined function is_marsupial_enabled() in \moodle28\local\rcommon\settings.php on line 4

I solved adding this line in "local/rcommon/settings.php": require_once($CFG->dirroot.'/local/rcommon/locallib.php');

Regards

crazyserver commented 9 years ago

Hi,

Thanks for the patch! We've solved that issue right now ;)

Cheers,

Pau