[FIX] PHP Notice on Admin Settings page
This commit is contained in:
parent
e8a72c877c
commit
58807e580b
@ -406,6 +406,7 @@ $aSettings['monitoring'][] = array(
|
|||||||
);
|
);
|
||||||
$aSettings['notifications'][] = array(
|
$aSettings['notifications'][] = array(
|
||||||
'display' => 'Notification Cleanup Time', 'type' => 'text',
|
'display' => 'Notification Cleanup Time', 'type' => 'text',
|
||||||
|
'size' => 10,
|
||||||
'default' => 7,
|
'default' => 7,
|
||||||
'name' => 'notifications_cleanup_time', 'value' => $setting->getValue('notifications_cleanup_time'),
|
'name' => 'notifications_cleanup_time', 'value' => $setting->getValue('notifications_cleanup_time'),
|
||||||
'tooltip' => 'Maximum age in days of notifications before cleaned from database.'
|
'tooltip' => 'Maximum age in days of notifications before cleaned from database.'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user