X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUID.pm;h=4ea2ecdeb5544a2360bb0b16126e6ccb9d2d38ca;hb=b598110ef2b48c220191aa581596cadac4ae51d7;hp=f41735d4e77f55136cc2c0d3084f58de36efcf6b;hpb=c463da07ef97b754c7fcba0b154517e0b004f797;p=freeside.git diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index f41735d4e..4ea2ecdeb 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -176,6 +176,8 @@ sub myconnect { ) or die "DBI->connect error: $DBI::errstr\n"; + $FS::Conf::conf_cache = undef; + if ( $schema ) { use DBIx::DBSchema::_util qw(_load_driver ); #quelle hack my $driver = _load_driver($handle);