summaryrefslogtreecommitdiff
path: root/inc/load.php
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-03-22 12:11:31 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2012-03-22 12:11:31 +0100
commitb967e5fc8fd93226eba7926c13b73b93878f182b (patch)
treea04a0983256349745e849ca1d39b1a4a265c769f /inc/load.php
parent37e579189fae39899d3856598affa31dfd39328b (diff)
downloadrpg-b967e5fc8fd93226eba7926c13b73b93878f182b.tar.gz
rpg-b967e5fc8fd93226eba7926c13b73b93878f182b.tar.bz2
removed requires, changed conf check in xmlrpc.php
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 3f1f3429f..f3ab5bcdd 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -77,6 +77,7 @@ function load_autoload($name){
'Sitemapper' => DOKU_INC.'inc/Sitemapper.php',
'PassHash' => DOKU_INC.'inc/PassHash.class.php',
'RemoteAPI' => DOKU_INC.'inc/remote.php',
+ 'RemoteAPICore' => DOKU_INC.'inc/RemoteAPICore.php',
'DokuWiki_Action_Plugin' => DOKU_PLUGIN.'action.php',
'DokuWiki_Admin_Plugin' => DOKU_PLUGIN.'admin.php',