Ignore:
Timestamp:
Aug 19, 2009, 5:37:52 PM (15 years ago)
Author:
Criss
Message:

Update configuration pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/classes/cf_log.class.php

    r3748 r3753  
    2020        'contact_form_debug' => realpath(cf_get_template('cf_debug.tpl')),
    2121      ));
    22     $template->assign_var_from_handle('CF_DEBUG', 'contact_form_debug');
     22    $debug_text = $template->parse('contact_form_debug', true);
     23    $template->assign('CF_DEBUG', $debug_text);
     24   
     25    return $debug_text;
    2326  }
    2427
Note: See TracChangeset for help on using the changeset viewer.