Ignore:
Timestamp:
Jun 19, 2013, 10:25:22 PM (11 years ago)
Author:
mistic100
Message:

"undefined index cf_ready" when config is reloaded (main configuration page)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/include/functions.inc.php

    r23207 r23375  
    6666{
    6767  global $conf;
    68   if ( !$conf['ContactForm']['cf_ready'] ) return $content;
     68  if ( !@$conf['ContactForm']['cf_ready'] ) return $content;
    6969 
    7070  $search = '<a href="mailto:{$CONTACT_MAIL}?subject={\'A comment on your site\'|@translate|@escape:url}">';
Note: See TracChangeset for help on using the changeset viewer.