diff options
Diffstat (limited to 'orphan_pages.php')
| -rw-r--r-- | orphan_pages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/orphan_pages.php b/orphan_pages.php index 682c85f..796c4da 100644 --- a/orphan_pages.php +++ b/orphan_pages.php @@ -8,7 +8,7 @@ * required setup */ require_once( '../kernel/setup_inc.php' ); -include_once( WIKI_PKG_PATH.'BitPage.php' ); +include_once( WIKI_PKG_CLASS_PATH.'BitPage.php' ); // verify stuff $gBitSystem->verifyPackage( 'wiki' ); |
