Reset to auto if not set
This commit is contained in:
parent
cf9fb034c4
commit
99f1112e33
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class Expiration {
|
|||
}
|
||||
|
||||
if (!isset($splitValues[1])) {
|
||||
$maxValue = self::NO_OBLIGATION;
|
||||
$maxValue = 'auto';
|
||||
} else {
|
||||
$maxValue = trim($splitValues[1]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue