summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2012-09-28 22:09:17 +0100
committerlsces <lester@lsces.co.uk>2012-09-28 22:09:17 +0100
commit24883753fa818ef9cd3b44fefa3dd4c50571db12 (patch)
treeda1a98cf8d749d7a0096ab5dd209bbffe0f25de1
parent546d38c212bf88f29ed62beacdd043c4aecf88ef (diff)
downloadfeed-24883753fa818ef9cd3b44fefa3dd4c50571db12.tar.gz
feed-24883753fa818ef9cd3b44fefa3dd4c50571db12.tar.bz2
feed-24883753fa818ef9cd3b44fefa3dd4c50571db12.zip
Use static version of function - e_strict compliancePRE_BOOTSTRAP
-rw-r--r--feed_lib.php2
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'){