Changeset 9866

Show
Ignore:
Timestamp:
11/09/08 20:28:02 (2 months ago)
Author:
afz
Message:

fix using wrong map in blog RecentPosts?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jaws/html/gadgets/Blog/LayoutHTML.php

    r9504 r9866  
    216216                $tpl->SetVariable('posted_by', _t('BLOG_POSTED_BY')); 
    217217                $tpl->SetVariable('name', $e['name']); 
    218                 $tpl->SetVariable('author-url', $GLOBALS['app']->Map->GetURLFor('Blog', 'View', array('id' => $e['username']))); 
     218                $tpl->SetVariable('author-url', $GLOBALS['app']->Map->GetURLFor('Blog', 
     219                                                                                'ViewAuthorPage', 
     220                                                                                array('id' => $e['username']))); 
    219221                $tpl->SetVariable('createtime', $date->Format($e['publishtime'])); 
    220222                $tpl->SetVariable('createtime-monthname', $date->Format($e['publishtime'], 'MN'));