Explorar o código

La fonction de partage n'était pas visible si l'utilisateur sélectionne imprimer uniquement

Corrige https://github.com/marienfressinaud/FreshRSS/issues/336
Alexandre Alapetite %!s(int64=12) %!d(string=hai) anos
pai
achega
c3211f1b68
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/views/helpers/view/normal_view.phtml

+ 1 - 1
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;