Line 746 in /home/lamporthall/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php
737 $entity = ['default' => $default]; 738 } else { 739 $entity = $default; 740 } 741 if ($comment) { 742 $entity['comment'] = $comment; 743 } 744 $entities[$key] = $entity; 745 } elseif ($this->getWarnOnEmptyDefault()) { 746 trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE); 747 } 748 } 749 $currentEntity = array(); 750 $inArrayClosedBy = false; 751 break; 752 }