From 973a11e1e9794a9914258c4e126996df56c90ed2 Mon Sep 17 00:00:00 2001 From: Jyhere Date: Wed, 5 Mar 2025 09:30:15 +0100 Subject: [PATCH] FIX: Warning when getNomUrl is called before top_httphead If Societe::getNomUrl() is called before top_httphead, this triggers a Cannot modify header warning --- htdocs/societe/class/societe.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 97a7adebb1b..42e1025bade 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -3075,8 +3075,6 @@ class Societe extends CommonObject } else { $label = implode($this->getTooltipContentArray($params)); } - print "\n"; - //var_dump($label);exit; $linkstart = ''; $linkend = '';