Registered user parts (only view)
This commit is contained in:
@@ -40,7 +40,13 @@ abstract class ClubsHelperParts
|
||||
*/
|
||||
protected function getViewContent()
|
||||
{
|
||||
return $this->getEditContent();
|
||||
$content = $this->getEditContent();
|
||||
if(empty($content))
|
||||
{
|
||||
return '<i>Kein Wert wurde vergeben</i>';
|
||||
}
|
||||
else
|
||||
return $content;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user