How To / General

[Solved] Joomdle My Courses problem

  • flyzituh
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 1 day ago - 11 years 1 day ago #1 by flyzituh
[Solved] Joomdle My Courses problem was created by flyzituh
Hi guys,

I have a issue with Joomdle My Courses list. When i regist a new user and add the user to a course, the list of my courses update but appear this:

Notice: Undefined variable: client_lang in C:\wamp\www\assimilar\modules\mod_joomdle_my_courses\tmpl\default.php on line 73


I m using the joomla 3.4.1 ; Joomdle 1.0 ; Moodle 2.8

Can you help me to remove this issue?

Best Regards
Attachments:
Last edit: 11 years 1 day ago by Antonio Durán.
The topic has been locked.
More
11 years 1 day ago #2 by Antonio Durán
Replied by Antonio Durán on topic Joomdle My Courses problem
Thanks for the bug report. The error is just a warning , but if you want to fix it, you can do it editing modules/mod_joomdle_my_courses/tmpl/default.php.
Line 73 is currently:
Code:
$redirect_url .= "&lang=$client_lang";
Change by:
Code:
$redirect_url .= "&lang=$lang";
The topic has been locked.
  • flyzituh
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 1 day ago #3 by flyzituh
Replied by flyzituh on topic Joomdle My Courses problem
Solved, Great! Thank you Antonio
The topic has been locked.