summaryrefslogtreecommitdiff
path: root/inc/load.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-11-09 14:13:32 +0100
committerAndreas Gohr <andi@splitbrain.org>2012-11-09 14:13:32 +0100
commit76ce1169a0c8cbb18423b1581800b9aa1050ccd5 (patch)
tree66dc50b51ee4ed6dfa68c2359416eb60582809af /inc/load.php
parent5a65cc7f5700c1a96e469b9f5a57bbe1ca879f53 (diff)
downloadrpg-76ce1169a0c8cbb18423b1581800b9aa1050ccd5.tar.gz
rpg-76ce1169a0c8cbb18423b1581800b9aa1050ccd5.tar.bz2
moved adLDAP to authad plugin and fixed includes
Diffstat (limited to 'inc/load.php')
-rw-r--r--inc/load.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/load.php b/inc/load.php
index fbbf020fd..008613b2a 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -51,7 +51,6 @@ function load_autoload($name){
'DokuHTTPClient' => DOKU_INC.'inc/HTTPClient.php',
'HTTPClient' => DOKU_INC.'inc/HTTPClient.php',
'JSON' => DOKU_INC.'inc/JSON.php',
- 'adLDAP' => DOKU_INC.'inc/adLDAP.php',
'Diff' => DOKU_INC.'inc/DifferenceEngine.php',
'UnifiedDiffFormatter' => DOKU_INC.'inc/DifferenceEngine.php',
'TableDiffFormatter' => DOKU_INC.'inc/DifferenceEngine.php',