DDC-802: Missing variable $name in XmlExporter #990

Closed
opened 2026-01-22 12:58:15 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Sep 14, 2010).

Jira issue originally created by user hason:

At line 112 http://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php#L112 is required variable $name. This variable should be replaced by $unique['name']. And before this line should be test if(isset($unique['name'])).

Originally created by @doctrinebot on GitHub (Sep 14, 2010). Jira issue originally created by user hason: At line 112 http://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php#L112 is required variable $name. This variable should be replaced by $unique['name']. And before this line should be test if(isset($unique['name'])).
admin added the Bug label 2026-01-22 12:58:15 +01:00
admin closed this issue 2026-01-22 12:58:16 +01:00
Author
Owner

@doctrinebot commented on GitHub (Sep 15, 2010):

Comment created by @guilhermeblanco:

On 4845745337 I fixed this issue.

Thanks for the report.

@doctrinebot commented on GitHub (Sep 15, 2010): Comment created by @guilhermeblanco: On http://github.com/doctrine/doctrine2/commit/4845745337dbbed5eead25c3062a07103b38649f I fixed this issue. Thanks for the report.
Author
Owner

@doctrinebot commented on GitHub (Sep 15, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Sep 15, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#990