From 2bbb1b6157c401731b22f03104ebb060a9ef318c Mon Sep 17 00:00:00 2001 From: spiderr Date: Sun, 6 May 2012 18:33:32 -0400 Subject: replace all PHP4 style calls to LibertySystem base constructors with parent::__construct() --- NexusSystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } ?> -- cgit v1.3