Skip to content
Snippets Groups Projects
Commit bb7d9890 authored by Alexander Purr's avatar Alexander Purr
Browse files

refs #20431 [fid_bbi] display home library on profile page

* missing key
parent 4c4c6d66
No related merge requests found
...@@ -40,7 +40,7 @@ if (is_array($profile)) { ...@@ -40,7 +40,7 @@ if (is_array($profile)) {
$profile, $profile,
array_merge( array_merge(
[ $this->transEsc('fid::label_username') => 'email' ], [ $this->transEsc('fid::label_username') => 'email' ],
$profile['academic_title'] ? [$this->transEsc('fid::label_home_library') => 'home_library'] : [], $profile['home_library'] ? [$this->transEsc('fid::label_home_library') => 'home_library'] : [],
$profile['academic_title'] ? [$this->transEsc('fid::label_academic_title') => 'academic_title'] : [], $profile['academic_title'] ? [$this->transEsc('fid::label_academic_title') => 'academic_title'] : [],
$profile['salutation'] ? [$this->transEsc('fid::label_salutation') => 'salutation'] : [], $profile['salutation'] ? [$this->transEsc('fid::label_salutation') => 'salutation'] : [],
$profile['firstname'] ? [$this->transEsc('fid::label_firstname') => 'firstname'] : [], $profile['firstname'] ? [$this->transEsc('fid::label_firstname') => 'firstname'] : [],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment