Changeset 8427
- Timestamp:
- 02/09/10 17:30:20 (4 weeks ago)
- Files:
-
- 1 modified
-
branches/1.8/interface/common/blog/entries.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.8/interface/common/blog/entries.php
r8426 r8427 168 168 $author = User::getName($entry['userid']); 169 169 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); 171 171 dress('article_rep_id', $entry['id'], $protectedEntryView); 172 172 dress('article_rep_link', $permalink, $protectedEntryView);
