Comment 16 for bug 1321512

Revision history for this message
Laercio (laercionit) wrote : Re: Copy Layout error in editing the content type and Embedded OR Ticker FEED / RSS

Dan, this error appears in this function, but unfortunately I can not reproduce the test environment we create.
All Media ID embedded given the same ID, the same problem occurs in the ticker. As I understand this error when generating a new ID and save the XML column.

// If this is a non region specific type, then move on
                if ($this->IsRegionSpecific($type))
                {
                    // Generate a new media id
                    $newMediaId = md5(uniqid());

                    $mediaNode->setAttribute('id', $newMediaId);