Error correction automating
This commit is contained in:
parent
94629aeaf5
commit
20dc35d9ab
2 changed files with 14 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue