Show
Ignore:
Timestamp:
02/04/10 13:22:09 (2 years ago)
Author:
gbastien
Message:

* Bug fix: when creating new nodes and node groups, they are now automatically added as children of the network in the new hierarchy structure.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/NodeGroup.php

    r1440 r1444  
    170170        } 
    171171         
    172         HotspotGraphElement::createNewObject($node_group_id, 'NodeGroup'); 
     172        HotspotGraphElement::createNewObject($node_group_id, 'NodeGroup', $network); 
    173173 
    174174        $object = self::getObject($node_group_id);