Changeset 26850


Ignore:
Timestamp:
Jan 18, 2014, 1:54:02 PM (10 years ago)
Author:
mistic100
Message:

keep old trigger functions (PHP 5.2 issue)

File:
1 edited

Legend:

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

    r26074 r26850  
    241241  if ($comment_action == 'validate')
    242242  {
    243     $comm['content'] = trigger_change('render_contact_content', $comm['content']);
     243    $comm['content'] = trigger_event('render_contact_content', $comm['content']);
    244244
    245245    $prefix = str_replace('%gallery_title%', $conf['gallery_title'], $conf['ContactForm']['cf_subject_prefix']);
Note: See TracChangeset for help on using the changeset viewer.