Details
Description
Wrong path in file mod/quiz/report/default.php
line 37 (in moodle 1.8) include('tabs.php');
should be include('../tabs.php');
line 40 (in moodle 1.9) include('tabs.php');
should be include('../tabs.php');
Joseph
Wrong path in file mod/quiz/report/default.php
line 37 (in moodle 1.8) include('tabs.php');
should be include('../tabs.php');
line 40 (in moodle 1.9) include('tabs.php');
should be include('../tabs.php');
Joseph