[FIX] PHP Notice on Admin Settings page

This commit is contained in:
Sebastian Grewe 2014-03-02 12:33:40 +01:00
parent e8a72c877c
commit 58807e580b

View File

@ -406,6 +406,7 @@ $aSettings['monitoring'][] = array(
);
$aSettings['notifications'][] = array(
'display' => 'Notification Cleanup Time', 'type' => 'text',
'size' => 10,
'default' => 7,
'name' => 'notifications_cleanup_time', 'value' => $setting->getValue('notifications_cleanup_time'),
'tooltip' => 'Maximum age in days of notifications before cleaned from database.'