summaryrefslogtreecommitdiff
path: root/inc/load.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2010-06-26 13:33:46 +0200
committerMichael Hamann <michael@content-space.de>2010-09-22 17:55:07 +0200
commit2897eb23759202676f5447a72d7fe5eb68321ce3 (patch)
treeed9c79e2b77c2e0d979da54bbcfe3468d5e0b287 /inc/load.php
parentc4f79b71351dd0d96f19f7c5629888d85a814c72 (diff)
downloadrpg-2897eb23759202676f5447a72d7fe5eb68321ce3.tar.gz
rpg-2897eb23759202676f5447a72d7fe5eb68321ce3.tar.bz2
Transformed the sitemapper into a class
This makes it possible to autoload the sitemapper when needed.
Diffstat (limited to 'inc/load.php')
-rw-r--r--inc/load.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/load.php b/inc/load.php
index 2f5be6d63..478ee7c76 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -74,6 +74,7 @@ function load_autoload($name){
'DokuWikiFeedCreator' => DOKU_INC.'inc/feedcreator.class.php',
'Doku_Parser_Mode' => DOKU_INC.'inc/parser/parser.php',
'SafeFN' => DOKU_INC.'inc/SafeFN.class.php',
+ 'Sitemapper' => DOKU_INC.'inc/Sitemapper.php',
'DokuWiki_Action_Plugin' => DOKU_PLUGIN.'action.php',
'DokuWiki_Admin_Plugin' => DOKU_PLUGIN.'admin.php',