From 2a40c0bb529576c75ab756fc3dc62171d31cfebf Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 26 Sep 2011 10:20:43 +0200 Subject: [PATCH] Networking are private and thus should not be available to ax directory view. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/profile/general.inc.php | 2 +- templates/profile/general.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/profile/general.inc.php b/modules/profile/general.inc.php index b235080..7bc415d 100644 --- a/modules/profile/general.inc.php +++ b/modules/profile/general.inc.php @@ -557,7 +557,6 @@ class ProfilePageGeneral extends ProfilePage = new ProfileSettingEmail(); $this->settings['email_directory_new'] = new ProfileSettingEmailDirectory(); - $this->settings['networking'] = new ProfileSettingNetworking(); $this->settings['tels'] = new ProfileSettingPhones(); $this->settings['edus'] = new ProfileSettingEdu(); $this->settings['main_edus'] = new ProfileSettingMainEdu(); @@ -578,6 +577,7 @@ class ProfilePageGeneral extends ProfilePage } if (S::user()->checkPerms('directory_private') || S::user()->isMyProfile($this->owner)) { + $this->settings['networking'] = new ProfileSettingNetworking(); $this->settings['freetext'] = null; $this->settings['freetext_pub'] = $this->settings['photo_pub'] diff --git a/templates/profile/general.tpl b/templates/profile/general.tpl index edcc321..52278ea 100644 --- a/templates/profile/general.tpl +++ b/templates/profile/general.tpl @@ -342,6 +342,7 @@ {if t($email_error)} {include file="include/emails.combobox.tpl" name="email_directory" val=$email_directory_error error=$email_error i="0"} {else}{include file="include/emails.combobox.tpl" name="email_directory" val=$email_directory error=false i="0"}{/if} + {if $viewPrivate || $isMe} Messageries, networking et sites web @@ -365,7 +366,6 @@ - {if $viewPrivate || $isMe}
-- 2.1.4