diff options
Diffstat (limited to 'lib/models/ConsultationBlock.php')
| -rw-r--r-- | lib/models/ConsultationBlock.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/ConsultationBlock.php b/lib/models/ConsultationBlock.php index a4d1579..e42daaf 100644 --- a/lib/models/ConsultationBlock.php +++ b/lib/models/ConsultationBlock.php @@ -76,7 +76,7 @@ class ConsultationBlock extends SimpleORMap implements PrivacyObject } if ($block->range instanceof Institute) { - return sprintf(_('Einrichtung: %s'), $block->range->getFullname()); + return sprintf(_('Einrichtung: %s'), $block->range->getFullName()); } throw new Exception('Not implemented yet'); |
