summaryrefslogtreecommitdiff
path: root/inc/TarLib.class.php
diff options
context:
space:
mode:
authorTom N Harris <tnharris@whoopdedo.org>2008-02-26 01:52:22 +0100
committerTom N Harris <tnharris@whoopdedo.org>2008-02-26 01:52:22 +0100
commit097423136c1b9be70f77630781b522863f715436 (patch)
treeaea0000846320a30ab6a5b9c16abd5e62e8a8192 /inc/TarLib.class.php
parent33a148e0f7688489ba9900abb450364586a68cdb (diff)
downloadrpg-097423136c1b9be70f77630781b522863f715436.tar.gz
rpg-097423136c1b9be70f77630781b522863f715436.tar.bz2
Don't depend on plugin for Zip/TarLib
darcs-hash:20080226005222-6942e-20808aa2678aec95a22c93fce81c1f822975493d.gz
Diffstat (limited to 'inc/TarLib.class.php')
-rw-r--r--inc/TarLib.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/TarLib.class.php b/inc/TarLib.class.php
index 81ba1f322..5219c4391 100644
--- a/inc/TarLib.class.php
+++ b/inc/TarLib.class.php
@@ -895,7 +895,7 @@ $p_add, $p_rem);
function _dirApp($d)
{
// map to dokuwiki function (its more robust)
- return ap_mkdir($d);
+ return io_mkdir_p($d);
/*
$d = explode('/', $d);
$base = '';