Commit ed6d03c6 authored by Tiago Mello's avatar Tiago Mello

Bug 686971: Fix add_see_also to ignore empty values

r/a=LpSolit
parent 493903a3
......@@ -2838,6 +2838,7 @@ sub add_see_also {
$input = $input->name if blessed($input);
$input = trim($input);
return if !$input;
my ($class, $uri) = Bugzilla::BugUrl->class_for($input);
......
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