X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fdblog%2Fdblog.module;h=bc04ce8fe4ebc6df930fb850d52ea8c7d32aa0d6;hb=f3baf763d342a5f82576890e2a8111a5aaf139dc;hp=700ceeaa6bdcea2d2c35136c7f08089a9b7a95e7;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/dblog/dblog.module b/web/core/modules/dblog/dblog.module index 700ceeaa6..bc04ce8fe 100644 --- a/web/core/modules/dblog/dblog.module +++ b/web/core/modules/dblog/dblog.module @@ -103,7 +103,7 @@ function dblog_form_system_logging_settings_alter(&$form, FormStateInterface $fo '#title' => t('Database log messages to keep'), '#default_value' => \Drupal::configFactory()->getEditable('dblog.settings')->get('row_limit'), '#options' => [0 => t('All')] + array_combine($row_limits, $row_limits), - '#description' => t('The maximum number of messages to keep in the database log. Requires a cron maintenance task.', [':cron' => \Drupal::url('system.status')]) + '#description' => t('The maximum number of messages to keep in the database log. Requires a cron maintenance task.', [':cron' => \Drupal::url('system.status')]), ]; $form['#submit'][] = 'dblog_logging_settings_submit';