From 195c8bc01757cdb516f78286570c298e4675f2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Tue, 20 Nov 2018 12:06:25 +0100 Subject: [PATCH] Version 18.18.3 --- swad_changelog.h | 3 ++- swad_follow.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index e95868e5b..58f47f023 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -348,10 +348,11 @@ En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 18.18.2 (2018-11-16)" +#define Log_PLATFORM_VERSION "SWAD 18.18.3 (2018-11-20)" #define CSS_FILE "swad18.4.css" #define JS_FILE "swad17.17.1.js" /* + Version 18.18.3: Nov 20, 2018 Fixed bug in user's public profile. (? lines) Version 18.18.2: Nov 16, 2018 Hierarchy menu shown in list of countries. (237028 lines) Version 18.18.1: Nov 16, 2018 Changes in icons related to courses. (237023 lines) Copy the following icon to icon public directory: diff --git a/swad_follow.c b/swad_follow.c index 4d8e4cb0e..006a92787 100644 --- a/swad_follow.c +++ b/swad_follow.c @@ -529,7 +529,8 @@ void Fol_ShowFollowingAndFollowers (const struct UsrData *UsrDat, /* I follow user? */ fprintf (Gbl.F.Out,"
"); - if (!ItsMe) // Not me + if (Gbl.Usrs.Me.Logged && // Logged + !ItsMe) // Not me! { if (IFollowUsr) // I follow this user {