From b598110ef2b48c220191aa581596cadac4ae51d7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 11 May 2015 22:08:18 -0700 Subject: [PATCH] fix freeside-dbdef-create RT#34796, fallout from conf caching RT#23357 / github pull req #38 --- FS/FS/UID.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index 453579915..4ea2ecdeb 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -176,7 +176,6 @@ sub myconnect { ) or die "DBI->connect error: $DBI::errstr\n"; - require FS::Conf; $FS::Conf::conf_cache = undef; if ( $schema ) { -- 2.11.0