Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2e65149c

Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt

  • ID 2e65149c897015b1c33e2b4821eff6952ba195a3
  • Vorgänger 9fff4001
  • Nachfolger 46ad9a06

S:M:Record: fix check, ob validiy token übergeben wurde.

Das token kann auch leer sein, z.B. wenn das record schon einmal
gespeichert wurde, also eine id hat.

Unterschiede anzeigen:

SL/Model/Record.pm
211 211
    # validity token
212 212
    my $validity_token;
213 213
    if (my $validity_token_specs = $params{with_validity_token}) {
214
      if (!defined $validity_token_specs->{scope} || !defined $validity_token_specs->{token}) {
214
      if (!defined $validity_token_specs->{scope} || !exists $validity_token_specs->{token}) {
215 215
        croak ('you must provide a hash ref "with_validity_token" with the keys "scope" and "token" if you want the token to be handled');
216 216
      }
217 217

  

Auch abrufbar als: Unified diff