From c7661bcfcfae85c96ce8ee5e0c7c715d160f9cd2 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Mon, 9 Nov 2020 14:48:32 +0100 Subject: [PATCH] Update TODO format --- sources/application/UI/Layout/NavigationMenu/NavigationMenu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/application/UI/Layout/NavigationMenu/NavigationMenu.php b/sources/application/UI/Layout/NavigationMenu/NavigationMenu.php index 4a6815e68..ac8bfab74 100644 --- a/sources/application/UI/Layout/NavigationMenu/NavigationMenu.php +++ b/sources/application/UI/Layout/NavigationMenu/NavigationMenu.php @@ -233,7 +233,7 @@ class NavigationMenu extends UIBlock $sPictureUrl = utils::GetAbsoluteUrlAppRoot().'images/user-pictures/' . appUserPreferences::GetPref('user_picture_placeholder', 'user-profile-default-256px.png'); } - //Todo : what do we show if no contact is linked to the user ? + // TODO 3.0.0 : what do we show if no contact is linked to the user ? $aData = [ 'sOrganization' => UserRights::GetContactOrganizationFriendlyname(), 'sFirstname' => UserRights::GetContactFirstname(),