Ignore:
Timestamp:
Jun 14, 2013, 5:59:24 PM (11 years ago)
Author:
mistic100
Message:

Undefined index 'cf_ready' when submitting config form, not a big deal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/admin/config.php

    r23205 r23208  
    1616    'cf_redirect_url' =>      ($_POST['cf_redirect_url']!='http://') ? $_POST['cf_redirect_url'] : null,
    1717    'cf_theme' =>             $_POST['cf_theme'],
     18    'cf_ready' =>             $conf['ContactForm']['cf_ready'],
    1819    );
    1920  $conf['ContactForm_before'] = $_POST['cf_before'];
Note: See TracChangeset for help on using the changeset viewer.