Ignore:
Timestamp:
Dec 23, 2013, 11:39:33 AM (10 years ago)
Author:
mistic100
Message:

use new trigger methods and add extra param

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GuestBook/include/functions_comment.inc.php

    r26065 r26111  
    133133 
    134134  // perform more spam check
    135   $comment_action = trigger_event('user_comment_check', $comment_action, $comm);
     135  $comment_action = trigger_change('user_comment_check', $comment_action, $comm, 'guestbook');
    136136
    137137  if ($comment_action!='reject')
Note: See TracChangeset for help on using the changeset viewer.