openequella / moodle-mod_openEQUELLA

Moodle module for integration with openEQUELLA
https://openequella.github.io/moodle-mod_openEQUELLA/
GNU General Public License v3.0
6 stars 16 forks source link

Variable spelling error in MASTER lib.php #6

Closed alex-rowe closed 11 years ago

alex-rowe commented 11 years ago

Line 64 reads:

$eqeulla = equella_postprocess($equella);

It should be:

$equella = equella_postprocess($equella);

Note the EU and UE error in EQUELLA.

Thanks

dcai commented 11 years ago

This affects on master branch, bumped module version to fix existing records.