aboutsummaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-08-22 23:15:43 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-08-22 23:15:43 +0000
commit60c1387a16ea4944674b0c9da2273158d1fbf0b4 (patch)
tree6f94aaf77a7d794f489212ff50f08f5211a18126 /services
parentca08eb6d170d375ef4fca53604956f3474c7db19 (diff)
downloadelgg-60c1387a16ea4944674b0c9da2273158d1fbf0b4.tar.gz
elgg-60c1387a16ea4944674b0c9da2273158d1fbf0b4.tar.bz2
Merged r6757:6810 from 1.7 branch into trunk
git-svn-id: http://code.elgg.org/elgg/trunk@6850 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'services')
-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));