The variable $letter does not seem...

The variable $letter does not seem to be defined for all execution paths
This commit is contained in:
Frédéric FRANCE 2019-12-01 18:52:50 +01:00 committed by GitHub
parent 7407df2fa3
commit 1d0900445b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -510,6 +510,7 @@ class ExportExcel extends ModeleExports
{
$c = intval($c);
$letter = '';
if ($c <= 0) {
return '';
}