In filters.utils.inc there is an outdated usage of site_offline and site_offline_message setting which was migrated to maintenance_mode and maintenance_mode_message in Drupal 7 (see update.inc).
See similar issue at Redirect module #1363630: Redirect uses site_offline variable which isnt used by Drupal 7 anymore or at XML Sitemap module #1363686: Use maintenance_mode instead of site_offline setting
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1363732-1_site_offline.patch | 3.95 KB | wojtha |
Comments
Comment #1
wojtha commentedComment #2
ronan commentedLooks good, committed. Thanks