Project:Secure Pages
Version:5.x-1.x-dev
Component:User interface
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

Simply interface issue. When installing it reports the following message: Secure pages needs to be enabled on !setting

!setting should be !settings

<?php
drupal_set_message
(t('Secure pages needs to be enabled on !setting', array('!settings' => l(t('admin/settings/securepages'), 'admin/settings/securepages'))));
?>

Change to:

<?php
drupal_set_message
(t('Secure pages needs to be enabled on !settings', array('!settings' => l(t('admin/settings/securepages'), 'admin/settings/securepages'))));
?>

Comments

#1

Project:Secure Login» Secure Pages
Version:5.x-1.x-dev» 5.x-1.x-dev

Secure login -> Secure pages

#2

Status:active» closed (won't fix)

The 5.x branch is no longer supported. If this issue is still present in a current version of Secure Pages, please update the issue summary, change the version field, and re-open the issue.