summaryrefslogtreecommitdiff
path: root/plugins/filter.bitlinks.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/filter.bitlinks.php')
-rw-r--r--plugins/filter.bitlinks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/filter.bitlinks.php b/plugins/filter.bitlinks.php
index 76618d7..8b5144d 100644
--- a/plugins/filter.bitlinks.php
+++ b/plugins/filter.bitlinks.php
@@ -227,7 +227,7 @@ class BitLinks extends BitBase {
// final attempt to get page details
if( empty( $ret ) && !empty( $pObject ) && $gBitSystem->isPackageActive( 'wiki' ) ) {
- require_once( WIKI_PKG_PATH.'BitPage.php' );
+ require_once( WIKI_PKG_CLASS_PATH.'BitPage.php' );
if( $ret = BitPage::pageExists( $pTitle, FALSE, $pContentId )) {
if( count( $ret ) > 1 ) {
$ret[0]['description'] = tra( 'Multiple pages with this name' );