From 24883753fa818ef9cd3b44fefa3dd4c50571db12 Mon Sep 17 00:00:00 2001 From: lsces Date: Fri, 28 Sep 2012 22:09:17 +0100 Subject: Use static version of function - e_strict compliance --- feed_lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'){ -- cgit v1.3