]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #4504 made it easier to detect any problems caused by hack for json duplicate...
authorCash Costello <cash.costello@gmail.com>
Sat, 23 Jun 2012 13:38:56 +0000 (09:38 -0400)
committerCash Costello <cash.costello@gmail.com>
Sat, 23 Jun 2012 13:38:56 +0000 (09:38 -0400)
views/json/export/entity.php

index cd5d74d41fe76172f59baf01861042c063ca3b72..36af5eaef7d5282378a7d31fed48285b638f71ee 100644 (file)
@@ -21,4 +21,5 @@ $export->url = $entity->getURL();
 global $jsonexport;
 $jsonexport[$entity->getType()][$entity->getSubtype()][] = $export;
 
-echo true;
+// @todo hack to fix #4504
+echo "Fix for bug #4504";