From b3374225767be636072d482fa31c8901a704ef68 Mon Sep 17 00:00:00 2001 From: ATM john Date: Sun, 18 Apr 2021 22:50:34 +0200 Subject: [PATCH] Remove ctrl+v --- htdocs/core/modules/DolibarrModules.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php index c1f03b9c989..02077646983 100644 --- a/htdocs/core/modules/DolibarrModules.class.php +++ b/htdocs/core/modules/DolibarrModules.class.php @@ -2251,7 +2251,6 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it $versiontrans .= 'warning'; } - $versiontrans .= ' --need-update classfortooltip'; print '
'; + print ''; print $this->getVersion(1); print ''; }