Skip to content
Snippets Groups Projects
Commit 97345e19 authored by Carlos Rincón's avatar Carlos Rincón
Browse files

Using http protocol is insecure. Use https instead

parent f73a617e
Branches 7.x-1.x
No related tags found
1 merge request!5Using http protocol is insecure. Use https instead
......@@ -61,7 +61,7 @@ class EntityReference_SelectionHandler_Views implements EntityReference_Selectio
$description = t('Provide a comma separated list of arguments to pass to the view.') . '<br />' . t('This field supports tokens.');
if (!module_exists('token')) {
$description .= '<br>' . t('Install the <a href="@url">token module</a> to get more tokens and display available ones.', array('@url' => 'http://drupal.org/project/token'));
$description .= '<br>' . t('Install the <a href="@url">token module</a> to get more tokens and display available ones.', array('@url' => 'https://drupal.org/project/token'));
}
$form['view']['args'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment