diff options
Diffstat (limited to 'edit_help_inc.php')
| -rw-r--r-- | edit_help_inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_help_inc.php b/edit_help_inc.php index bde4d14..4daa8c7 100644 --- a/edit_help_inc.php +++ b/edit_help_inc.php @@ -1,10 +1,10 @@ <?php /** - * $Id: edit_help_inc.php,v 1.20 2009/01/03 09:37:44 squareing Exp $ + * $Id: edit_help_inc.php,v 1.21 2009/10/20 17:20:56 tylerbello Exp $ * edit_help_inc * * @author spider <spider@steelsun.com> - * @version $Revision: 1.20 $ + * @version $Revision: 1.21 $ * @package liberty * @subpackage functions */ @@ -13,7 +13,7 @@ * required setup */ global $gLibertySystem, $gBitSmarty; -require_once( '../bit_setup_inc.php' ); +require_once( BIT_ROOT_PATH.'/bit_setup_inc.php' ); $inEditor = TRUE; // Required by PluginHelp to Determin Executed in an Editor |
