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

Brandon Philips (JIRA) jira at osuosl.org
Mon Sep 19 09:48:20 PDT 2005


     [ http://bugs.osuosl.org/browse/MNT-1337?page=history ]

Brandon Philips reassigned MNT-1337:
------------------------------------

    Assign To: Michael Clay  (was: Brandon Philips)

> Range->default_workgroup invalid
> --------------------------------
>
>          Key: MNT-1337
>          URL: http://bugs.osuosl.org/browse/MNT-1337
>      Project: Maintain
>         Type: Bug
>   Components: Modules
>     Reporter: Danny Robert
>     Assignee: Michael Clay
>     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