summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-01 20:09:35 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-01 20:09:35 -0500
commit3de7b595a6e01676ec80317e647baf2176aee6b4 (patch)
treecb6c142fd36ef73516a8393d187d8bc0baf0f3af /admin
parent6d833069375f8e19bbb7efad08144ac06ddca051 (diff)
downloadwiki-3de7b595a6e01676ec80317e647baf2176aee6b4.tar.gz
wiki-3de7b595a6e01676ec80317e647baf2176aee6b4.tar.bz2
wiki-3de7b595a6e01676ec80317e647baf2176aee6b4.zip
move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constants
Diffstat (limited to 'admin')
-rw-r--r--admin/pump_wiki_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/pump_wiki_inc.php b/admin/pump_wiki_inc.php
index 92a6afa..ba4c01e 100644
--- a/admin/pump_wiki_inc.php
+++ b/admin/pump_wiki_inc.php
@@ -7,7 +7,7 @@
/**
* required setup
*/
-require_once( WIKI_PKG_PATH.'BitPage.php' );
+require_once( WIKI_PKG_CLASS_PATH.'BitPage.php' );
$tutorial_intro = '^This tutorial does not contain any direct links to any particular pages. This is to help you understand how to navigate bitweaver. If you don\'t feel confident about finding your way back to this page, it might be useful to open a second browser window to carry out these instructions or print this page before continuing.