[Maintain-dev] [JIRA] Created: (MNT-1337) Range->default_workgroup invalid

Danny Robert (JIRA) jira at osuosl.org
Wed Feb 23 16:12:32 PST 2005


Range->default_workgroup invalid
--------------------------------

         Key: MNT-1337
         URL: http://bugs.osuosl.org/browse/MNT-1337
     Project: Maintain
        Type: Bug
  Components: Modules  
    Reporter: Danny Robert
 Assigned to: Brandon Philips 
    Priority: Minor


In /modules/class/range.php, The ->default_workgroup is created by:
    $host = new Host(0);
    $results = $host->get_workgroups($info->start);
    $workgroup = @array_shift($results);
    $this->default_workgroup = $workgroup->id;

Problem: $info->start is an IP object, but Host::get_workgroups require Zone id (int type).  Not sure what errors this is generating at the moment.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://bugs.osuosl.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



More information about the Maintain-dev mailing list