From: Ivan Kohler Date: Tue, 12 May 2015 05:08:18 +0000 (-0700) Subject: fix freeside-dbdef-create RT#34796, fallout from conf caching RT#23357 / github pull... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b598110ef2b48c220191aa581596cadac4ae51d7 fix freeside-dbdef-create RT#34796, fallout from conf caching RT#23357 / github pull req #38 --- 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 ) {