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:
-----------------------
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);
}