HTML Logo by World Wide Web Consortium (www.w3.org). Click to learn more about our commitment to accessibility and standards.

Skip navigation

The quiz points points-log message is ugly

Title The quiz points points-log message is ugly
Description The log message shown on the points profile page includes an unresolved language string reference.
Affects All versions
Fix Change line 536 of site/pages/modules/quiz.php from:

Code

         system_gift_transfer(do_lang('POINTS_COMPLETED_QUIZ'),$quiz['q_points_for_passing'],get_member());
to:

Code

         system_gift_transfer(do_lang('POINTS_COMPLETED_QUIZ',text_lookup_original($quiz['q_name'])),$quiz['q_points_for_passing'],get_member());


Trackbacks

There have been no trackbacks yet


There have been no comments yet


Make comment
Your name: (join or login)
Subject:
Your message: