diff options
| -rw-r--r-- | NexusSystem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NexusSystem.php b/NexusSystem.php index e7dda67..646de91 100644 --- a/NexusSystem.php +++ b/NexusSystem.php @@ -37,7 +37,7 @@ class NexusSystem extends LibertySystem { $this->mSystem = NEXUS_PKG_NAME; $this->mPluginPath = NEXUS_PKG_PATH."plugins/"; - LibertySystem::LibertySystem( FALSE ); + parent::__construct( FALSE ); } } ?> |
