summaryrefslogtreecommitdiff
path: root/LibertySystem.php
diff options
context:
space:
mode:
Diffstat (limited to 'LibertySystem.php')
-rw-r--r--LibertySystem.php4
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 )) {