]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Changed two remaining paths
authorsembrestels <sembrestels@riseup.net>
Thu, 13 Oct 2011 14:33:53 +0000 (16:33 +0200)
committersembrestels <sembrestels@riseup.net>
Thu, 13 Oct 2011 14:33:53 +0000 (16:33 +0200)
README
lib/dokuwiki.php

diff --git a/README b/README
index c98e1af280157718ccfaff3b20b33c676d282dae..40e1f52ec01f7dafc689135e62440f20fd84e653 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ NOTES:
 
 LICENSE:
 -----------------------
-- elgg plugin uses GPLv2. dokuwiki and mods (all under lib/dokuwiki) go with original license to original copyright holders.
+- elgg plugin uses GPLv2. dokuwiki and mods (all under vendors/dokuwiki) go with original license to original copyright holders.
 
 REPO:
 -----------------------
index 7ae95000dbf6b7b041516f1b5e72b9e9d9b0595f..9881c0e55f00fd071849c498dbc1667bcb14ffb8 100644 (file)
@@ -54,7 +54,7 @@ function dokuwiki_create_datafolder($path) {
        if (is_dir($path)) // if it exists must be already created
                return;
        mkdir($path, 0700, true);
-       $orig = elgg_get_plugins_path().'dokuwiki/lib/dokuwiki/data';
+       $orig = elgg_get_plugins_path().'dokuwiki/vendors/dokuwiki/data';
        dokuwiki_recurse_copy($orig, $path);
        
 }