From 458090a2035850b10af33c5918556517b534812c Mon Sep 17 00:00:00 2001 From: Konrad Abicht Date: Tue, 15 Nov 2016 10:35:42 +0100 Subject: [PATCH] fix #407 by using authorLabel instead of author --- extensions/exconf/templates/exconf/list.phtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extensions/exconf/templates/exconf/list.phtml b/extensions/exconf/templates/exconf/list.phtml index d9a73faf0..439284cef 100644 --- a/extensions/exconf/templates/exconf/list.phtml +++ b/extensions/exconf/templates/exconf/list.phtml @@ -33,8 +33,10 @@ foreach($this->extensions as $name => $extension){ urlBase.(!isset($extension->confAction) ? 'exconf/conf/?name='. $name : $extension->confAction); ?>

title; ?> author)) { - echo 'by '.(isset($extension->authorUrl)?''.$extension->author.'':$extension->author).''; + if (isset($extension->authorLabel)) { + echo 'by '. (isset($extension->authorUrl) + ? ''. $extension->authorLabel .'' + : $extension->authorLabel) .''; } ?>