aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-02 13:46:17 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-02 13:46:17 +0100
commitc3211f1b686147229b640b35feb9be49c58b1708 (patch)
tree73a00f6d1bf54bcf0fb01a8abef7c21aa1166778
parentb4c477ca41a7ecaa6364dd6a97603829b14b11ef (diff)
La fonction de partage n'était pas visible si l'utilisateur sélectionne imprimer uniquement
Corrige https://github.com/marienfressinaud/FreshRSS/issues/336
-rw-r--r--app/views/helpers/view/normal_view.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml
index 1b4388796..ce036e281 100644
--- a/app/views/helpers/view/normal_view.phtml
+++ b/app/views/helpers/view/normal_view.phtml
@@ -25,7 +25,7 @@ if (!empty($this->entries)) {
$bottomline_favorite = $this->conf->bottomline_favorite;
$bottomline_sharing = $this->conf->bottomline_sharing && (
$shaarli || $poche || $diaspora || $twitter ||
- $google_plus || $facebook || $email);
+ $google_plus || $facebook || $email || $print);
$bottomline_tags = $this->conf->bottomline_tags;
$bottomline_date = $this->conf->bottomline_date;
$bottomline_link = $this->conf->bottomline_link;