Ignore:
Timestamp:
Jun 4, 2014, 1:22:25 PM (10 years ago)
Author:
mistic100
Message:

use trigger_change

File:
1 edited

Legend:

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

    r26918 r28630  
    137137 
    138138  // perform more spam check
    139   $comment_action = trigger_event('user_comment_check', $comment_action, $comm, 'guestbook');
     139  $comment_action = trigger_change('user_comment_check', $comment_action, $comm, 'guestbook');
    140140
    141141  if ($comment_action!='reject')
Note: See TracChangeset for help on using the changeset viewer.