Posted by nytwolf on June 1, 2008 at 9:57pm
Jump to:
| 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
Secure login -> Secure pages
#2
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.