diff options
Diffstat (limited to 'page_watches.php')
| -rw-r--r-- | page_watches.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/page_watches.php b/page_watches.php index 485bf88..791f78f 100644 --- a/page_watches.php +++ b/page_watches.php @@ -13,15 +13,15 @@ /** * required setup */ -require_once( '../kernel/setup_inc.php' ); -include_once( WIKI_PKG_PATH.'BitPage.php'); +require_once( '../kernel/includes/setup_inc.php' ); +include_once( WIKI_PKG_CLASS_PATH.'BitPage.php'); $gBitSystem->verifyPackage( 'wiki' ); $gBitSystem->verifyFeature( 'users_watches' ); $gBitSystem->verifyPermission( 'p_admin_users', tra( "Permission denied you cannot browse these page watches" ) ); // Get the page from the request var or default it to HomePage -include( WIKI_PKG_PATH.'lookup_page_inc.php' ); +include( WIKI_PKG_INCLUDE_PATH.'lookup_page_inc.php' ); // make comment count for this page available for templates $gComment = new LibertyComment(); |
