Random speling fix.

git-svn-id: svn://10.0.0.236/trunk@154349 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kiko%async.com.br 2004-03-28 22:49:16 +00:00
parent 722bca28f8
commit dd3d5bde5d

View File

@ -1485,7 +1485,7 @@ sub GetFormat {
# Now check that the template actually exists. We only want to check
# if the template exists; any other errors (eg parse errors) will
# end up being detected laer.
# end up being detected later.
eval {
Bugzilla->template->context->template($template);
};