N°6547 - Fix flags init being an hard-coded int instead of the corresponding constant

This commit is contained in:
Molkobain
2023-09-21 18:25:15 +02:00
parent 61565b25a3
commit 12c0edc530

View File

@@ -206,7 +206,7 @@ abstract class AbstractBlockLinkSetViewTable extends UIContentBlock
*/
private function InitIsAttEditable(): void
{
$iFlags = 0;
$iFlags = OPT_ATT_NORMAL;
if ($this->oDbObject->IsNew())
{