From: ivan Date: Fri, 14 Jul 2006 03:17:41 +0000 (+0000) Subject: this should fix the bootstrapping X-Git-Tag: BEFORE_RT_3_4_5^2~69 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=596ce42ffa369fe9b6ab7cc27765e69fa3d8da73;p=freeside.git this should fix the bootstrapping --- diff --git a/FS/FS/CurrentUser.pm b/FS/FS/CurrentUser.pm index a2dfd714c..9f2c93f4f 100644 --- a/FS/FS/CurrentUser.pm +++ b/FS/FS/CurrentUser.pm @@ -22,7 +22,7 @@ sub load_user { my( $class, $user ) = @_; #, $pass if ( $upgrade_hack ) { - return new FS::CurrentUser::BootstrapUser; + return $CurrentUser = new FS::CurrentUser::BootstrapUser; } #return "" if $user =~ /^fs_(queue|selfservice)$/;