summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/DependencyGraph.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/DependencyGraph.pm')
-rw-r--r--Bugzilla/Config/DependencyGraph.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/Bugzilla/Config/DependencyGraph.pm b/Bugzilla/Config/DependencyGraph.pm
index 42f34e30e..51836405c 100644
--- a/Bugzilla/Config/DependencyGraph.pm
+++ b/Bugzilla/Config/DependencyGraph.pm
@@ -22,7 +22,14 @@ sub get_param_list {
type => 't',
default => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%',
checker => \&check_webdotbase
- } );
+ },
+
+ {
+ name => 'font_file',
+ type => 't',
+ default => '',
+ checker => \&check_font_file
+ });
return @param_list;
}