fix freeside-dbdef-create RT#34796, fallout from conf caching RT#23357 / github pull...
authorIvan Kohler <ivan@freeside.biz>
Tue, 12 May 2015 05:08:18 +0000 (22:08 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 12 May 2015 05:08:18 +0000 (22:08 -0700)
FS/FS/UID.pm

index 4535799..4ea2ecd 100644 (file)
@@ -176,7 +176,6 @@ sub myconnect {
                            )
     or die "DBI->connect error: $DBI::errstr\n";
 
-  require FS::Conf;
   $FS::Conf::conf_cache = undef;
 
   if ( $schema ) {