Bugfix: check should be APPENDLIMIT not HIGHESTMODSEQ

This commit is contained in:
the-djmaze 2022-06-03 15:52:05 +02:00
parent 9e4edd8843
commit f4e5b8730a

View file

@ -77,7 +77,7 @@ class FolderInformation implements \JsonSerializable
if (isset($this->HIGHESTMODSEQ)) {
$result['Highestmodseq'] = $this->HIGHESTMODSEQ;
}
if (isset($this->HIGHESTMODSEQ)) {
if (isset($this->APPENDLIMIT)) {
$result['Appendlimit'] = $this->APPENDLIMIT;
}
if (isset($this->SIZE)) {