Skip to content
Snippets Groups Projects
Commit 23438eda authored by Alexander Hass's avatar Alexander Hass
Browse files

Missed to change one "HTTP Parallel Request Library" to "HTTP Parallel

Request & Threading Library"
parent af8c352b
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ function linkchecker_admin_settings_form(&$form_state) {
'#default_value' => variable_get('linkchecker_check_library', 'core'),
'#options' => array(
'core' => t('Drupal core'),
'httprl' => t('HTTP Parallel Request Library'),
'httprl' => t('HTTP Parallel Request & Threading Library'),
),
);
$form['check']['linkchecker_check_connections_max'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment