diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-08 19:07:33 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-08 19:07:33 +0000 |
| commit | fe010e9a19a718ef46543e1af6225d967f27cb42 (patch) | |
| tree | 255075ad19cfcfc5ee050e9022aa80f1cca5e4af /LibertySystem.php | |
| parent | 5f3417ff8a3201124d21762d800839186652f619 (diff) | |
| download | liberty-fe010e9a19a718ef46543e1af6225d967f27cb42.tar.gz liberty-fe010e9a19a718ef46543e1af6225d967f27cb42.tar.bz2 liberty-fe010e9a19a718ef46543e1af6225d967f27cb42.zip | |
revert gLibertySystem object creation back to Class file for now
Diffstat (limited to 'LibertySystem.php')
| -rwxr-xr-x | LibertySystem.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index 77e66e0..2e87d73 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.43 2006/09/08 16:38:20 spiderr Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.44 2006/09/08 19:07:33 squareing Exp $ * @author spider <spider@steelsun.com> */ @@ -580,4 +580,6 @@ function parse_data_plugins( &$data, &$preparsed, &$noparsed, &$pParser, &$pComm } } +global $gLibertySystem; +$gLibertySystem = new LibertySystem(); ?> |
