Joomdle 1.0 Installation

Issue with general configuration's tab display

More
9 years 8 months ago #11 by Antonio Durán
Replied by Antonio Durán on topic Issue with general configuration's tab display
Ok, then you can fix the code yourself, to allow for those chars, or wait until next release.
Fix is:
Edit moodle/auth/joomdle/auth.php, and remove line 828, inside list_courses function:
$c = utf8_decode ($c);

Please Log in or Create an account to join the conversation.