Skip to content

Commit

Permalink
For some reason this include_once doesn't work ... I can't see why th…
Browse files Browse the repository at this point in the history
…ough!?

It's only included once and mentioned once throughout the all the wiki code,
but I have a site which errors-out with a redeclaration error ...

This plugin doesn't seem to be needed for highlighting of search  anyway
so I'll uncomment it for now.
  • Loading branch information
moodler committed Sep 9, 2004
1 parent 1ec72ac commit 010e8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/wiki/view.php
Expand Up @@ -123,7 +123,7 @@
include_once($CFG->dirroot."/mod/wiki/ewiki/plugins/patchsaving.php");
include_once($CFG->dirroot."/mod/wiki/ewiki/plugins/notify.php");
include_once($CFG->dirroot."/mod/wiki/ewiki/plugins/feature/imgresize_gd.php");
include_once($CFG->dirroot."/mod/wiki/ewiki/plugins/moodle/moodle_highlight.php");
#include_once($CFG->dirroot."/mod/wiki/ewiki/plugins/moodle/moodle_highlight.php"); // problems?
include_once($CFG->dirroot."/mod/wiki/ewiki/plugins/moodle/f_fixhtml.php");
include_once($CFG->dirroot."/mod/wiki/ewiki/plugins/moodle/sitemap.php");
include_once($CFG->dirroot."/mod/wiki/ewiki/plugins/moodle/moodle_wikidump.php");
Expand Down

0 comments on commit 010e8ea

Please sign in to comment.