Page MenuHomeIn-Portal Phabricator

D436.id.diff
No OneTemporary

File Metadata

Created
Mon, Jan 6, 3:22 AM

D436.id.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