Update card.php

This commit is contained in:
Günter Lukas 2024-11-30 13:36:13 +01:00 committed by GitHub
parent 9dcabdbab6
commit c01ab2b7ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1766,7 +1766,7 @@ if ($action == 'create') {
$fk_account = GETPOST('fk_account', 'int');
// Load objectsrc
$objectsrc = NULL;
$objectsrc = null;
if (!empty($origin) && !empty($originid)) {
// Parse element/subelement (ex: project_task)
$element = $subelement = $origin;