mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 02:43:07 +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->{'open'} = IsOpenedState($bug->{'status'});
|
||||
$bug->{'dependencies'} = ();
|
||||
$bug->{'dependencies'} = [];
|
||||
|
||||
return $bug;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user