Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a2740161

Von Sven Schöling vor mehr als 3 Jahren hinzugefügt

  • ID a2740161c17e803ea24f80afede7c813cb9c3b94
  • Vorgänger 7fe0b02d

Controller::Base: status 200 default, statt "200 ok"

Unterschiede anzeigen:

SL/Controller/Base.pm
75 75
    header     => 1,
76 76
    layout     => 1,
77 77
    process    => 1,
78
    status     => '200 ok',
78
    status     => 200,
79 79
  );
80 80
  $options->{$_} //= $defaults{$_} for keys %defaults;
81 81
  $options->{type} = lc $options->{type};

Auch abrufbar als: Unified diff