diff options
author | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2005-06-05 15:01:54 +0200 |
---|---|---|
committer | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2005-06-05 15:01:54 +0200 |
commit | b1a72e3d1084e1057df9ef13611c51c29c3e5eaa (patch) | |
tree | 52979bda9ab924e0a0b509b19d4ad90230507103 | |
parent | 92546912d30ff2adaf7fa3ae8c1de08ac09d5df0 (diff) | |
download | rpg-b1a72e3d1084e1057df9ef13611c51c29c3e5eaa.tar.gz rpg-b1a72e3d1084e1057df9ef13611c51c29c3e5eaa.tar.bz2 |
fetch directory structure fix
fetch.php was not fully adapted to the new directory structure - fixed
darcs-hash:20050605130154-7ef76-22d557d49733aaa8d992e767ebfed16c92fb3c76.gz
-rw-r--r-- | lib/exe/fetch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php index 3fa8777f1..da6089ede 100644 --- a/lib/exe/fetch.php +++ b/lib/exe/fetch.php @@ -6,7 +6,7 @@ * @author Andreas Gohr <andi@splitbrain.org> */ - if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__)).'/'); + if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/'); require_once(DOKU_INC.'inc/init.php'); require_once(DOKU_INC.'inc/common.php'); require_once(DOKU_INC.'inc/pageutils.php'); |