diff options
| author | lsces <lester@lsces.co.uk> | 2012-09-28 22:09:17 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2012-09-28 22:09:17 +0100 |
| commit | 24883753fa818ef9cd3b44fefa3dd4c50571db12 (patch) | |
| tree | da1a98cf8d749d7a0096ab5dd209bbffe0f25de1 | |
| parent | 546d38c212bf88f29ed62beacdd043c4aecf88ef (diff) | |
| download | feed-PRE_BOOTSTRAP.tar.gz feed-PRE_BOOTSTRAP.tar.bz2 feed-PRE_BOOTSTRAP.zip | |
Use static version of function - e_strict compliancePRE_BOOTSTRAP
| -rw-r--r-- | feed_lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feed_lib.php b/feed_lib.php index 77b78e4..3fb8f6f 100644 --- a/feed_lib.php +++ b/feed_lib.php @@ -33,7 +33,7 @@ function feed_get_actions( $pListHash ) { if( !empty($action['content_id']) ) { //indicates that this isn't a direct action, more of a "status update" ex. "Ronald is pleased with his artwork" if( $content = LibertyContent::getLibertyObject($action['content_id']) ) { $contentType = $content->getContentType(); - $action['real_log'] = BitUser::getDisplayName( empty( $pListHash['no_link_user'] ), $action ).' '; + $action['real_log'] = BitUser::getDisplayNameFromHash( empty( $pListHash['no_link_user'] ), $action ).' '; if(!empty($overrides[strtolower($contentType)])){ $action['real_log'] .= $overrides[$contentType]['conjugation_phrase']; if($overrides[$contentType]['is_target_linked'] == 'y'){ |
