diff options
Diffstat (limited to 'LibertySystem.php')
| -rw-r--r-- | LibertySystem.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index 88d739e..f42d143 100644 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -94,8 +94,8 @@ class LibertySystem extends LibertyBase { /** * Initiate Class **/ - function LibertySystem( $pExtras = TRUE ) { - LibertyBase::LibertyBase(); + function __construct( $pExtras = TRUE ) { + parent::__construct(); // if mPluginPath hasn't been set, we set it for liberty plugins if( empty( $this->mPluginPath )) { |
