]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11095 - Use absolute path to include tabs.php, not a relative path, for greater...
authortjhunt <tjhunt>
Wed, 19 Sep 2007 10:26:39 +0000 (10:26 +0000)
committertjhunt <tjhunt>
Wed, 19 Sep 2007 10:26:39 +0000 (10:26 +0000)
mod/quiz/report/default.php

index d063c6e548b1f503a3144e943f127e2282d70842..612069c16b28dfff83b936dacea6b313d859c0fb 100644 (file)
@@ -37,7 +37,7 @@ class quiz_default_report {
     /// Print the tabs    
         $currenttab = 'reports';
         $mode = $reportmode;
-        include('tabs.php');
+        require($CFG->dirroot . '/mod/quiz/tabs.php');
     }
 }