Errors

Errors

by Ida Byrd-Hill -
Number of replies: 1
I have these errors. How do I correct?

Notice: Undefined variable: return in /home/content/h/u/s/hustletechknow/html/moodleone/mod/game/lib.php on line 167

Notice: Undefined variable: return in /home/content/h/u/s/hustletechknow/html/moodleone/mod/game/lib.php on line 167

Notice: Undefined variable: return in /home/content/h/u/s/hustletechknow/html/moodleone/mod/game/lib.php on line 167

Notice: Undefined variable: return in /home/content/h/u/s/hustletechknow/html/moodleone/mod/game/lib.php on line 167


Notice: Undefined variable: return in /home/content/h/u/s/hustletechknow/html/moodleone/mod/voicetools/lib.php on line 287
Average of ratings: -
In reply to Ida Byrd-Hill

Re: Errors

by Vasilis Daloukas -
Picture of Plugin developers
Change the line 167 from file mod/game/lib.php

from
return $return;
to
return NULL;

Soon I repair it permanently