Skip to content

Commit f0b8273

Browse files
committed
provide fullpaths while import
1 parent 56300ef commit f0b8273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model/comment.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
require_once($CFG->dirroot . '/mod/pdfannotator/lib.php');
2727
require_once($CFG->dirroot . '/mod/pdfannotator/locallib.php');
2828
require_once($CFG->libdir . '/completionlib.php');
29-
require_once('model/annotation.class.php');
30-
require_once('model/pdfannotator.php');
29+
require_once($CFG->dirroot . 'model/annotation.class.php');
30+
require_once($CFG->dirroot . 'model/pdfannotator.php');
3131

3232
class pdfannotator_comment {
3333

0 commit comments

Comments
 (0)