]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Controller/Root.pm
Fleet paste is not mandatory anymore
[ndwebbie.git] / lib / NDWeb / Controller / Root.pm
index 370264b06407a433782dfb980e9c0bd25f96a549..4608240644ad7cb0f212f6671f41641e0ce98aec 100644 (file)
@@ -95,6 +95,8 @@ sub smsconfirm : Local {
        my ($self, $c) = @_;
        my $dbh = $c->model;
 
+       $c->stash(template => 'default.tt2');
+
        return unless $c->req->param('apiMsgId');
 
        my $sms = $dbh->prepare(q{
@@ -108,7 +110,6 @@ WHERE msgid = $1
                ,$c->req->param('charge')
                ,$c->req->param('timestamp'));
 
-       $c->stash(template => 'default.tt2');
 }
 
 
@@ -242,10 +243,7 @@ AND mission = 'Full fleet' AND name IN ('Main','Advanced Unit');
                        newposts => $newposts,
                        unreadposts => $unread
                });
-               $c->stash->{user}->{attacker} = $c->check_user_roles(qw/attack_menu/)
-                       && (!$c->check_user_roles(qw/member_menu/)
-                               || ($c->user->planet && (($c->stash->{TICK} - $fleetupdate < 24)
-                                       || $c->check_user_roles(qw/no_fleet_update/)))),
+               $c->stash->{user}->{attacker} = $c->check_user_roles(qw/attack_menu/);
                $c->forward('listTargets');
        }
        my $birthdays = $dbh->prepare(q{SELECT username