summaryrefslogtreecommitdiff
path: root/FS/FS/CurrentUser.pm
diff options
context:
space:
mode:
authorivan <ivan>2006-07-14 03:17:41 +0000
committerivan <ivan>2006-07-14 03:17:41 +0000
commit596ce42ffa369fe9b6ab7cc27765e69fa3d8da73 (patch)
tree576f09b0a8752fbd3fee2576e579ff336428cc10 /FS/FS/CurrentUser.pm
parent22beb7aa1be0c71984c87fed7982299c315ce254 (diff)
this should fix the bootstrapping
Diffstat (limited to 'FS/FS/CurrentUser.pm')
-rw-r--r--FS/FS/CurrentUser.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/CurrentUser.pm b/FS/FS/CurrentUser.pm
index a2dfd71..9f2c93f 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)$/;