Commit ef86c422 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

"Typo" in bug 337717: s/return/next/ in the foreach loop

parent e016a0fa
......@@ -71,7 +71,7 @@ foreach my $bug (@$slt_bugs) {
foreach my $email (sort (keys %bugs)) {
my $user = new Bugzilla::User({name => $email});
return if $user->email_disabled;
next if $user->email_disabled;
my $vars = {'email' => $email};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment