Skip to content
Snippets Groups Projects
Verified Commit ef1087fe authored by Damien's avatar Damien
Browse files

FEAT #10476 TIME 0:30 V1 attachment edition with custom

parent d7a855a5
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ if (!empty($res_id)) {
AND a.parent_entity_id = b.entity_id', array($doc['initiator']));
$initiator = $stmt2->fetch(PDO::FETCH_ASSOC);
\SrcCore\models\DatabasePDO::reset();
new \SrcCore\models\DatabasePDO(['customId' => $_SESSION['custom_override_id']]);
if (!empty($initiator)) {
foreach ($initiator as $column => $value) {
$doc['initiator_'.$column] = $value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment