]> git.pld-linux.org Git - packages/dokuwiki-plugin-database.git/commitdiff
- use DOKU_DATA for baseFolder
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 15 Jun 2009 20:42:26 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    datadir.patch -> 1.1

datadir.patch [new file with mode: 0644]

diff --git a/datadir.patch b/datadir.patch
new file mode 100644 (file)
index 0000000..a7f04fb
--- /dev/null
@@ -0,0 +1,11 @@
+--- database/database.php~     2009-06-15 23:41:08.333704028 +0300
++++ database/database.php      2009-06-15 18:41:02.882170154 +0300
+@@ -215,7 +215,7 @@
+ // The images oflder
+         $this->imagesFolder=DOKU_BASE.'lib/plugins/'.$dbName.'/images/';
+ // The base folder
+-        $this->baseFolder = DOKU_INC.'data/pages/'.$dbName.'/';
++        $this->baseFolder = DOKU_DATA.'pages/'.$dbName.'/';
+         $this->URL = DOKU_URL.'doku.php?idx='.$dbName;
+ // Begin add v1.0.4
+ // Check if dictionary folder exists
This page took 0.109618 seconds and 4 git commands to generate.