summaryrefslogtreecommitdiff
path: root/page_history.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:54 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:54 -0500
commit46f16280083e21264d6499899f447999a95a534e (patch)
tree5c091b61ae841d110622146e68ca7dc5eb4399da /page_history.php
parent8e8fb7e46c83f9c66d88cedbbd30c67f87c7a2d4 (diff)
downloadwiki-46f16280083e21264d6499899f447999a95a534e.tar.gz
wiki-46f16280083e21264d6499899f447999a95a534e.tar.bz2
wiki-46f16280083e21264d6499899f447999a95a534e.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'page_history.php')
-rw-r--r--page_history.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page_history.php b/page_history.php
index 03f8af2..fe77244 100644
--- a/page_history.php
+++ b/page_history.php
@@ -39,7 +39,7 @@ if (!empty( $_REQUEST['rollback_preview'] )) {
// set up stuff to get history working
$smartyContentRef = 'pageInfo';
$rollbackPerm = 'p_wiki_rollback';
-include_once( LIBERTY_PKG_PATH.'content_history_inc.php' );
+include_once( LIBERTY_PKG_INCLUDE_PATH.'content_history_inc.php' );
// pagination stuff
$gBitSmarty->assign( 'page', $page = !empty( $_REQUEST['page'] ) ? $_REQUEST['page'] : 1 );