Ignore:
Timestamp:
Sep 5, 2013, 11:34:16 AM (11 years ago)
Author:
mistic100
Message:

force footer contact link when the form is public

File:
1 edited

Legend:

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

    r23375 r24347  
    55if (isset($_POST['save_config']))
    66{
    7   $was_ready = $conf['ContactForm']['cf_ready'];
    8  
    97  $conf['ContactForm'] = array(
     8    'cf_ready' =>             $conf['ContactForm']['cf_ready'],
    109    'cf_must_initialize' =>   false,
    1110    'cf_menu_link' =>         isset($_POST['cf_menu_link']),
     
    2625  conf_update_param('ContactForm_after', $conf['ContactForm_after']);
    2726 
    28   $conf['ContactForm']['cf_ready'] = $was_ready;
    29  
    3027  array_push($page['infos'], l10n('Information data registered in database'));
    3128}
Note: See TracChangeset for help on using the changeset viewer.