Ignore:
Timestamp:
Dec 9, 2013, 5:34:37 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/admin.php

    r23207 r25872  
    77
    88// tabsheet
    9 include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');   
     9include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
    1010$tabsheet = new tabsheet();
    1111$tabsheet->add('config', l10n('Configuration'), CONTACT_FORM_ADMIN . '-config');
     
    1717include(CONTACT_FORM_PATH . 'admin/' . $page['tab'] . '.php');
    1818
    19 if (!$conf['ContactForm']['cf_ready'])
     19if (!$conf['ContactForm_ready'])
    2020{
    21   array_push($page['errors'], l10n('No active email address'));
     21  $page['errors'][] = l10n('No active email address');
    2222}
    2323
     
    2929
    3030$template->assign_var_from_handle('ADMIN_CONTENT', 'contact_form');
    31 
    32 ?>
Note: See TracChangeset for help on using the changeset viewer.