Changeset 8427

Show
Ignore:
Timestamp:
02/09/10 17:30:20 (4 weeks ago)
Author:
inureyes
Message:

refs #1437

  • 링크 일부를 파싱할 때 발생하는 주소 오류 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.8/interface/common/blog/entries.php

    r8426 r8427  
    168168            $author = User::getName($entry['userid']); 
    169169            dress('article_rep_author', fireEvent('ViewPostAuthor', $author, $entry['id']), $protectedEntryView); 
    170             dress('article_rep_author_link', rawurlencode($author), $protectedEntryView); 
     170            dress('article_rep_author_link', $blogURL."/author/".rawurlencode($author), $protectedEntryView); 
    171171            dress('article_rep_id', $entry['id'], $protectedEntryView); 
    172172            dress('article_rep_link', $permalink, $protectedEntryView);