mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Implement new jquery-ui and fix creation of new zones
This commit is contained in:
parent
0115f4500d
commit
58fab332dc
2 changed files with 3 additions and 1 deletions
|
@ -269,6 +269,8 @@ case "create":
|
|||
|
||||
$api->savezone($zone->export());
|
||||
|
||||
$zone = new Zone();
|
||||
$zone->parse($api->loadzone($zonename));
|
||||
$zonename = $zone->name;
|
||||
|
||||
if (is_adminuser() && isset($_POST['account'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue