Ignore:
Timestamp:
Jun 11, 2012, 7:16:43 PM (12 years ago)
Author:
mistic100
Message:
  • sql bug comments page
  • add trigger_action for other plugins
File:
1 edited

Legend:

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

    r14528 r15640  
    151151      include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
    152152
    153       $comment_url = get_absolute_root_url().'comments.php?display_mode=albums&comment_id='.$comm['id'];
     153      $comment_url = get_absolute_root_url().'comments.php?display_mode=albums&comment_id='.$comm['id'];
    154154
    155155      $keyargs_content = array
     
    247247  // perform more spam check
    248248  $comment_action =
    249     trigger_event('user_comment_check',
     249    trigger_event('user_comment_check_albums',
    250250      $comment_action,
    251251      array_merge($comment,
Note: See TracChangeset for help on using the changeset viewer.