Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Fixed bug, was loading link view instead of journal view
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Dec 5, 2010
1 parent bee0568 commit e69f365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/newsfeed/controllers/newsfeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private function _PrepJournal ( ) {
$sentenceData['Updated'] = $Updated = $this->Model->Get ( 'Updated' );
$sentenceData['Created'] = $Created = $this->Model->Get ( 'Created' );

$row = $this->GetView ( 'newsfeed.link' );
$row = $this->GetView ( 'newsfeed.journal' );

$row->Find ( '.stamp', 0 )->innertext = $this->GetSys ( 'Date' )->Format ( $Updated );
//$Comment = $this->GetSys ( 'Render' )->LiveLinks ( $this->Model->Get ( 'Comment' ) );
Expand Down

0 comments on commit e69f365

Please sign in to comment.