diff options
| author | Christian Fowler <spider@viovio.com> | 2006-09-08 16:38:20 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-09-08 16:38:20 +0000 |
| commit | 5f3417ff8a3201124d21762d800839186652f619 (patch) | |
| tree | 0a9687f9ebddd2e1e6da844b47b77c6f6914cc72 /LibertySystem.php | |
| parent | 69f44cd3f986773835c15157f45e6e4d3ad574e9 (diff) | |
| download | liberty-5f3417ff8a3201124d21762d800839186652f619.tar.gz liberty-5f3417ff8a3201124d21762d800839186652f619.tar.bz2 liberty-5f3417ff8a3201124d21762d800839186652f619.zip | |
move gLibertySystem object creation to bit_setup_inc.php for safety
Diffstat (limited to 'LibertySystem.php')
| -rwxr-xr-x | LibertySystem.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index ba2921c..77e66e0 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.42 2006/09/03 20:10:40 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.43 2006/09/08 16:38:20 spiderr Exp $ * @author spider <spider@steelsun.com> */ @@ -580,7 +580,4 @@ function parse_data_plugins( &$data, &$preparsed, &$noparsed, &$pParser, &$pComm } } -global $gLibertySystem; -$gLibertySystem = new LibertySystem(); - ?> |
