From 7d475297ce664eaa314ac401f03732b032791b65 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 28 Nov 2013 15:34:50 +0100 Subject: Corrige bug partage Shaarli, Poche et D* --- app/views/helpers/view/normal_view.phtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/views/helpers/view/normal_view.phtml') diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index 41b5d4176..99e4bedc7 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/app/views/helpers/view/normal_view.phtml @@ -14,9 +14,9 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { $display_others = true; $logged = !login_is_conf ($this->conf) || is_logged (); - $shaarli = $logged && $this->conf->sharing ('shaarli'); - $poche = $logged && $this->conf->sharing ('poche'); - $diaspora = $logged && $this->conf->sharing ('diaspora'); + $shaarli = $this->conf->sharing ('shaarli'); + $poche = $this->conf->sharing ('poche'); + $diaspora = $this->conf->sharing ('diaspora'); $twitter = $this->conf->sharing ('twitter'); $google_plus = $this->conf->sharing ('g+'); $facebook = $this->conf->sharing ('facebook'); @@ -114,19 +114,19 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) {