marceloschmitt / moodle-block_analytics_graphs

Learning analytics Moodle plugin - graphs to help teachers.
GNU General Public License v3.0
15 stars 17 forks source link

Undefined variable: arrayofaccess #7

Closed mudrd8mz closed 9 years ago

mudrd8mz commented 9 years ago
Notice: Undefined variable: arrayofaccess in /blocks/analytics_graphs/hits.php on line 60
Warning: Invalid argument supplied for foreach() in /blocks/analytics_graphs/lib.php on line 22
marceloschmitt commented 9 years ago

I will declare the array. If nobody has accessed the course, this array is empty. I may test it to avoid calling the function which will make it faster.