summaryrefslogtreecommitdiff
path: root/server/core/Network.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/core/Network.php')
-rwxr-xr-xserver/core/Network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core/Network.php b/server/core/Network.php
index 9564f06..3e5e2ca 100755
--- a/server/core/Network.php
+++ b/server/core/Network.php
@@ -40,7 +40,7 @@ class network{
public function __construct($app){
$this->app = $app;
- $this->libClass = $app->getLibClass("network");
+ $this->libClass = $app->getLibClass("Network");
}