Page MenuHomeIn-Portal Phabricator

D436.diff
No OneTemporary

File Metadata

Created
Mon, Feb 24, 8:29 AM

D436.diff

Index: branches/5.2.x/core/units/relationship/relationship_config.php
===================================================================
--- branches/5.2.x/core/units/relationship/relationship_config.php
+++ branches/5.2.x/core/units/relationship/relationship_config.php
@@ -49,7 +49,7 @@
'TableName' => TABLE_PREFIX.'CatalogRelationships',
'ParentTableKey'=> 'ResourceId',
'ForeignKey' => 'SourceId',
- 'ParentPrefix' => 'p',
+// 'ParentPrefix' => 'p',
'AutoDelete' => true,
'AutoClone' => true,
@@ -115,4 +115,4 @@
),
),
),
-);
\ No newline at end of file
+);

Event Timeline