Explorar o código

Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

Laurent Destailleur hai 1 ano
pai
achega
ef309baeb0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      htdocs/core/boxes/box_external_rss.php

+ 0 - 1
htdocs/core/boxes/box_external_rss.php

@@ -167,7 +167,6 @@ class box_external_rss extends ModeleBoxes
 
 			$title = preg_replace("/([[:alnum:]])\?([[:alnum:]])/", "\\1'\\2", $title); // Gere probleme des apostrophes mal codee/decodee par utf8
 			$title = preg_replace("/^\s+/", "", $title); // Supprime espaces de debut
-			$this->info_box_contents["$href"] = "$title";
 
 			$tooltip = $title;
 			$description = !empty($item['description']) ? $item['description'] : '';