Commit 3c5a0ebc authored by bbaetz%acm.org's avatar bbaetz%acm.org

Bug 192340 - 'unknown_keyword' error doesn't mention keyword

r=myk, a=justdave
parent f73b63c8
......@@ -985,6 +985,7 @@ if ($::FORM{'keywords'}) {
}
my $i = GetKeywordIdFromName($keyword);
if (!$i) {
$vars->{keyword} = $keyword;
ThrowUserError("unknown_keyword");
}
if (!$keywordseen{$i}) {
......
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