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/Node.php

    r1440 r1444  
    281281        } 
    282282 
    283         HotspotGraphElement::createNewObject($node_id, 'Node'); 
     283        HotspotGraphElement::createNewObject($node_id, 'Node', $network); 
    284284         
    285285        $object = self::getObject($node_id);