From 6745ecfa585c9ade8c720e90819e0e79a0e01355 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Fri, 5 Oct 2012 13:32:34 +0200 Subject: [PATCH] $_localconfig is now obsolete --- Bugzilla.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Bugzilla.pm b/Bugzilla.pm index 6c86fb0fc0..84e3f3ab8b 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -269,7 +269,6 @@ sub input_params { return $cache->{input_params}; } -our $_localconfig; sub localconfig { return $_[0]->process_cache->{localconfig} ||= read_localconfig(); } -- 2.47.2