fix variable name

This commit is contained in:
florian HENRY 2019-06-05 15:59:35 +02:00
parent 1d4962cf81
commit c5afc3131f

View File

@ -1660,7 +1660,7 @@ class Project extends CommonObject
// phpcs:enable
$sql="UPDATE ".MAIN_DB_PREFIX.$tableName;
if ($TableName=="actioncomm")
if ($tableName=="actioncomm")
{
$sql.= " SET fk_project=NULL";
$sql.= " WHERE id=".$elementSelectId;