Ignore:
Timestamp:
Mar 19, 2014, 10:20:46 PM (10 years ago)
Author:
mistic100
Message:

Notice: Undefined variable: contact in /plugins/ContactForm/include/contact_form.inc.php on line 98

File:
1 edited

Legend:

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

    r25872 r27846  
    88  redirect(get_absolute_root_url());
    99}
     10
     11$contact = array();
    1012
    1113// +-----------------------------------------------------------------------+
     
    5153if (is_classic_user())
    5254{
    53   if (!isset($contact))
     55  if (empty($contact))
    5456  {
    5557    $contact = array(
Note: See TracChangeset for help on using the changeset viewer.