Changeset 14757


Ignore:
Timestamp:
May 5, 2012, 12:59:44 AM (12 years ago)
Author:
plg
Message:

avoid errors when custom text is not set yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/admin/cf_persoform.tab.php

    r14756 r14757  
    1818$template->assign(
    1919  array(
    20     'PERSOFORMTOP' => $conf['persoformtop'],
    21     'PERSOFORMBOTTOM' => $conf['persoformbottom'],
     20    'PERSOFORMTOP' => @$conf['persoformtop'],
     21    'PERSOFORMBOTTOM' => @$conf['persoformbottom'],
    2222    )
    2323  );
Note: See TracChangeset for help on using the changeset viewer.