]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
"part" can return "undef" for a list, so sometimes $has_deps or $no_deps
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 25 May 2010 03:19:12 +0000 (20:19 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 25 May 2010 03:19:12 +0000 (20:19 -0700)
commite7663671a9a3402c7ee53f81f3f6949a573c17da
tree7d3126641d2665a589108f20e015cbf09d9104e3
parent2d57ca9161371bef0259803efb2b2fceb4f9a934
"part" can return "undef" for a list, so sometimes $has_deps or $no_deps
in Bugzilla::Object::_sort_by_deps were undef.

https://bugzilla.mozilla.org/show_bug.cgi?id=567303
Bugzilla/Object.pm