mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°3173 - Installation issue with PHP 7.4 (fix php notice)
This commit is contained in:
@@ -5589,7 +5589,7 @@ abstract class MetaModel
|
||||
{
|
||||
$sIndexName = $sField;
|
||||
$sColumns = '`'.$sField.'`';
|
||||
if (!is_null($aLength[0]))
|
||||
if (isset($aLength[0]))
|
||||
{
|
||||
$sColumns .= ' ('.$aLength[0].')';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user