diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-06 09:58:33 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-06 09:58:33 +0000 |
| commit | 9344e2225aa23c3dd42f596a174ae8c38c385aee (patch) | |
| tree | 4e090ece42de4b4247d41e535ea81063ba1f0fe1 /LibertyStructure.php | |
| parent | fa18333c862ae9b3175e0ba9fc8fbb008e5cb5d1 (diff) | |
| download | liberty-9344e2225aa23c3dd42f596a174ae8c38c385aee.tar.gz liberty-9344e2225aa23c3dd42f596a174ae8c38c385aee.tar.bz2 liberty-9344e2225aa23c3dd42f596a174ae8c38c385aee.zip | |
unify defined package constants
Diffstat (limited to 'LibertyStructure.php')
| -rwxr-xr-x | LibertyStructure.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertyStructure.php b/LibertyStructure.php index 8c5d2ce..6c6335d 100755 --- a/LibertyStructure.php +++ b/LibertyStructure.php @@ -3,7 +3,7 @@ * Management of Liberty Content * * @package liberty - * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyStructure.php,v 1.22 2006/02/04 17:45:33 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyStructure.php,v 1.23 2006/02/06 09:58:33 squareing Exp $ * @author spider <spider@steelsun.com> */ @@ -594,7 +594,7 @@ class LibertyStructure extends LibertyBase { global $exportlib, $bitdomain, $gBitSystem; include_once( WIKI_PKG_PATH.'export_lib.php' ); - include_once (BIT_PKG_PATH."util/tar.class.php"); + include_once (BIT_ROOT_PATH."util/tar.class.php"); $page_info = $this->s_get_structure_info($structure_id); $title = $page_info["title"]; |
