We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7867fd0 + 7d2231b commit a8b071bCopy full SHA for a8b071b
src/PortlandLabs/Concrete5/MigrationTool/Exporter/Item/Type/AttributeKey.php
@@ -31,7 +31,7 @@ public function getResultColumns(ExportItem $exportItem)
31
{
32
$ak = Key::getInstanceByID($exportItem->getItemIdentifier());
33
34
- return array($ak->getAttributeKeyDisplayName());
+ return array($ak ? $ak->getAttributeKeyDisplayName() : h('<' . t('Deleted Attribute Key') . '>'));
35
}
36
37
public function getItemsFromRequest($array)
0 commit comments