]> git.pld-linux.org Git - packages/dokuwiki-plugin-database.git/blob - datadir.patch
- add datadir.patch, simplify
[packages/dokuwiki-plugin-database.git] / datadir.patch
1 --- database/database.php~      2009-06-15 23:41:08.333704028 +0300
2 +++ database/database.php       2009-06-15 18:41:02.882170154 +0300
3 @@ -215,7 +215,7 @@
4  // The images oflder
5          $this->imagesFolder=DOKU_BASE.'lib/plugins/'.$dbName.'/images/';
6  // The base folder
7 -        $this->baseFolder = DOKU_INC.'data/pages/'.$dbName.'/';
8 +        $this->baseFolder = DOKU_DATA.'pages/'.$dbName.'/';
9          $this->URL = DOKU_URL.'doku.php?idx='.$dbName;
10  // Begin add v1.0.4
11  // Check if dictionary folder exists
This page took 0.063647 seconds and 3 git commands to generate.