Changeset 1559
- Timestamp:
- 04/23/08 00:40:58 (7 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/classes/atomhandler.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/classes/atomhandler.php
r1464 r1559 358 358 359 359 $entry_author= $xml->addChild( 'author' ); 360 $author_name= $entry_author->addChild( 'name', $user-> username );360 $author_name= $entry_author->addChild( 'name', $user->displayname ); 361 361 362 362 $entry_link= $xml->addChild( 'link' ); … … 579 579 580 580 $entry_author= $feed_entry->addChild( 'author' ); 581 $author_name= $entry_author->addChild( 'name', $user-> username );581 $author_name= $entry_author->addChild( 'name', $user->displayname ); 582 582 583 583 $entry_id= $feed_entry->addChild( 'id', $post->guid );
