aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Institute.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/Institute.class.php')
-rw-r--r--lib/models/Institute.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/Institute.class.php b/lib/models/Institute.class.php
index ece1e13..47cf271 100644
--- a/lib/models/Institute.class.php
+++ b/lib/models/Institute.class.php
@@ -236,7 +236,7 @@ class Institute extends SimpleORMap implements Range
* @param string formatting template name
* @return string Fullname
*/
- public function getFullname($format = 'default'): string
+ public function getFullName($format = 'default'): string
{
$template['type-name'] = '%2$s: %1$s';
if ($format === 'default' || !isset($template[$format])) {