Ignore:
Timestamp:
08/27/10 17:14:12 (21 months ago)
Author:
aarkerio
Message:

Helper updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/app/views/comments/admin_listing.ctp

    r2369 r2486  
    8585 
    8686      #Start the block 
    87       echo __('Entry', True) . ': '.$this->Html->link($v['Entry']['title'], '/entries/view/'.$session->read('Auth.User.username').'/'.$v['Entry']['id'], array('target'=>'_blank')) . '<br /><br />'; 
     87      echo __('Entry', True) . ': '.$this->Html->link($v['Entry']['title'], '/entries/view/'.$this->Session->read('Auth.User.username').'/'.$v['Entry']['id'], array('target'=>'_blank')) . '<br /><br />'; 
    8888      echo $user . ' ' . __('wrote', true) . ':<br />'; 
    8989      echo $this->Html->para(null, nl2br(h($v['Comment']['comment']))); 
Note: See TracChangeset for help on using the changeset viewer.