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

Brad Morgan (JIRA) jira at osuosl.org
Fri Feb 16 16:17:09 PST 2007


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

Brad Morgan updated MNT-1337:
-----------------------------

    Fix Version: 3.1

> Range->default_workgroup invalid
> --------------------------------
>
>          Key: MNT-1337
>          URL: http://bugs.osuosl.org/browse/MNT-1337
>      Project: Maintain
>         Type: Bug
>   Components: Modules
>     Versions: 3.1
>     Reporter: Danny Robert
>     Assignee: Michael Clay
>     Priority: Minor
>      Fix For: 3.1

>
>
> 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