Skip to content

Commit 5b4a03d

Browse files
committed
Add a tag for the top parent element
1 parent 4b61ac2 commit 5b4a03d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core-bundle/src/Resources/contao/classes/DataContainer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,8 @@ private function addPtableTags($strTable, $intId, &$tags)
13121312
{
13131313
if (empty($GLOBALS['TL_DCA'][$strTable]['config']['ptable']))
13141314
{
1315+
$tags[] = 'contao.db.' . $strTable;
1316+
13151317
return;
13161318
}
13171319

0 commit comments

Comments
 (0)