Error correction automating

This commit is contained in:
EoleDev 2016-04-20 09:45:24 +02:00
parent 94629aeaf5
commit 20dc35d9ab
2 changed files with 14 additions and 5 deletions

View file

@ -118,7 +118,7 @@ class network{
}
/**
* Create a new subnet
*
@ -356,7 +356,7 @@ class network{
try
{
$networkId = $this->app->getPostParam("networkId");
$newtork = $this->libClass->getNetworkP($networkId);
$newtork = $this->libClass->getNetwork($networkId);
$network->retrieve();
}