mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
Fix for bug 143743: Eliminates warning by properly initializing array reference.
Fix by Myk Melez <myk@mozilla.org>. r=bbaetz,justdave
This commit is contained in:
parent
6f04b18617
commit
da27bba67f
@ -167,7 +167,7 @@ sub GetBug {
|
|||||||
$bug->{'assignee_email'}) = FetchSQLData();
|
$bug->{'assignee_email'}) = FetchSQLData();
|
||||||
|
|
||||||
$bug->{'open'} = IsOpenedState($bug->{'status'});
|
$bug->{'open'} = IsOpenedState($bug->{'status'});
|
||||||
$bug->{'dependencies'} = ();
|
$bug->{'dependencies'} = [];
|
||||||
|
|
||||||
return $bug;
|
return $bug;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user