diff options
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-x | showdependencygraph.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index 24d0cdfa5..77a1d4dc0 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -33,7 +33,7 @@ quietly_check_login(); # Connect to the shadow database if this installation is using one to improve # performance. -Bugzilla->instance->switch_to_shadow_db(); +Bugzilla->switch_to_shadow_db(); use vars qw($template $vars $userid); |