summaryrefslogtreecommitdiff
path: root/wiki_graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki_graph.php')
-rw-r--r--wiki_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki_graph.php b/wiki_graph.php
index 19b34c6..f8b60f8 100644
--- a/wiki_graph.php
+++ b/wiki_graph.php
@@ -13,7 +13,7 @@
/**
* required setup
*/
-include_once( '../kernel/setup_inc.php' );
+include_once( '../kernel/includes/setup_inc.php' );
include_once( WIKI_PKG_CLASS_PATH.'BitPage.php');
include_once( WIKI_PKG_INCLUDE_PATH.'lookup_page_inc.php');
include_once( 'Image/GraphViz.php' );