Ignore:
Timestamp:
Jun 14, 2013, 3:10:07 PM (11 years ago)
Author:
mistic100
Message:

fix loop redirect when no email configured

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/admin.php

    r17483 r23207  
    1717include(CONTACT_FORM_PATH . 'admin/' . $page['tab'] . '.php');
    1818
    19 if (!count(get_contact_emails()))
     19if (!$conf['ContactForm']['cf_ready'])
    2020{
    2121  array_push($page['errors'], l10n('No active email address'));
Note: See TracChangeset for help on using the changeset viewer.