Skip to content

Commit

Permalink
Move setCurrentSkin lower
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Jun 23, 2004
1 parent 8288998 commit a1ec09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbin/portald
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ use Slash::Utility;
use Slash::Display;

my $virtual_user = $ARGV[0];
setCurrentSkin(determineCurrentSkin());
createEnvironment($ARGV[0]);
createEnvironment($virtual_user);
my $constants = getCurrentStatic();
my $slashdb = getCurrentDB();
setCurrentSkin(determineCurrentSkin());
my $gSkin = getCurrentSkin();
my $totalChangedStories = 1;

Expand Down

0 comments on commit a1ec09f

Please sign in to comment.