diff options
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/export/entity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/export/entity.php b/views/default/export/entity.php index 1ddde4b78..43189d693 100644 --- a/views/default/export/entity.php +++ b/views/default/export/entity.php @@ -12,7 +12,7 @@ */ $entity = $vars['entity']; - if (!$entity) throw new InvalidParameterException("No entity found, it either doesn't exist or you don't have access to it."); + if (!$entity) throw new InvalidParameterException(elgg_echo('InvalidParameterException:NoEntityFound')); $metadata = get_metadata_for_entity($entity->guid); $annotations = get_annotations($entity->guid); |