diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-01 20:09:35 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-01 20:09:35 -0500 |
| commit | 3de7b595a6e01676ec80317e647baf2176aee6b4 (patch) | |
| tree | cb6c142fd36ef73516a8393d187d8bc0baf0f3af /page_history.php | |
| parent | 6d833069375f8e19bbb7efad08144ac06ddca051 (diff) | |
| download | wiki-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 'page_history.php')
| -rw-r--r-- | page_history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/page_history.php b/page_history.php index ebd3063..1c7653e 100644 --- a/page_history.php +++ b/page_history.php @@ -14,7 +14,7 @@ * required setup */ require_once( '../kernel/setup_inc.php' ); -require_once( WIKI_PKG_PATH.'BitPage.php'); +require_once( WIKI_PKG_CLASS_PATH.'BitPage.php'); $gBitSystem->verifyPackage( 'wiki' ); $gBitSystem->verifyFeature( 'wiki_history' ); |
