fix notification update

This commit is contained in:
yuri
2017-01-20 17:19:51 +02:00
parent 76551a59fe
commit ac2e244b11
@@ -43,6 +43,10 @@ class Notification extends \Espo\Core\Controllers\Record
$maxSize = intval($request->get('maxSize'));
$after = $request->get('after');
if (empty($maxSize)) {
$maxSize = self::MAX_SIZE_LIMIT;
}
$params = array(
'offset' => $offset,
'maxSize' => $maxSize,