From b1a72e3d1084e1057df9ef13611c51c29c3e5eaa Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Sun, 5 Jun 2005 15:01:54 +0200 Subject: fetch directory structure fix fetch.php was not fully adapted to the new directory structure - fixed darcs-hash:20050605130154-7ef76-22d557d49733aaa8d992e767ebfed16c92fb3c76.gz --- lib/exe/fetch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/exe/fetch.php') 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 */ - 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'); -- cgit v1.2.3