aboutsummaryrefslogtreecommitdiff
path: root/services/export/handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'services/export/handler.php')
-rw-r--r--services/export/handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/export/handler.php b/services/export/handler.php
index f68ecbfa9..dc1cb4015 100644
--- a/services/export/handler.php
+++ b/services/export/handler.php
@@ -45,7 +45,7 @@ else if (($guid!="") && ($type!="") && ($id_or_name!="")) {
$uuid = guid_to_uuid($entity->getGUID()) . "$type/$id_or_name/";
switch ($type) {
- case 'attr' : // TODO: Do this better? - This is a bit of a hack...
+ case 'attr' : // @todo: Do this better? - This is a bit of a hack...
$v = $entity->get($id_or_name);
if (!$v) {
throw new InvalidParameterException(sprintf(elgg_echo('InvalidParameterException:IdNotExistForGUID'), $id_or_name, $guid));