From da10bf19cf78b71b62ecac1c32a83be2478104af Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 2 Sep 2017 15:46:54 +0200 Subject: Bugfix: An undefined array index "NAME" was used in the user navigation instead of the existing index "FULLNAME". This problem has existed since the first initial commit and was only present when more than one user had existed (it did not have affected the functionality of the navigation itself). --- template/standard/html/user/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/standard/html/user/main.php b/template/standard/html/user/main.php index c72d53e..a72b3d3 100644 --- a/template/standard/html/user/main.php +++ b/template/standard/html/user/main.php @@ -17,13 +17,13 @@