Ignore:
Timestamp:
Jun 12, 2011, 12:29:11 AM (13 years ago)
Author:
mistic100
Message:

correct link in notification mail, add album thumbnail on comments list (both public and admin side)

File:
1 edited

Legend:

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

    r11267 r11327  
    154154      include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
    155155
    156       $comment_url = get_absolute_root_url().'comments.php?comment_id='.$comm['id'];
     156      $comment_url = get_absolute_root_url().'comments.php?display_mode=albums&comment_id='.$comm['id'];
    157157
    158158      $keyargs_content = array
     
    273273      include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
    274274
    275       $comment_url = get_absolute_root_url().'comments.php?display_mode=albums&comment_id='.$comment['comment_id'];
     275      $comment_url = get_absolute_root_url().'comments.php?display_mode=albums&comment_id='.$comment['comment_id'];
    276276
    277277      $keyargs_content = array
Note: See TracChangeset for help on using the changeset viewer.