miniOrangeDev / moodle-local_mo_api

Moodle SSO solution by miniOrange allows your users to login to multiple applications via their Moodle credentials.
GNU General Public License v2.0
0 stars 1 forks source link

PHP notices on initial installation #1

Open mudrd8mz opened 3 years ago

mudrd8mz commented 3 years ago

This is not the best first impression the plugin can make:

Notice: Undefined property: stdClass::$apikey in /local/mo_api/settings.php on line 66
Notice: Undefined property: stdClass::$apikey in /local/mo_api/settings.php on line 74

Ref: https://docs.moodle.org/dev/Plugin_contribution_checklist#Functionality

image