From: Cash Costello Date: Sat, 23 Jun 2012 13:38:56 +0000 (-0400) Subject: Refs #4504 made it easier to detect any problems caused by hack for json duplicate... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1d9613b682ad331d2de3b1a838a26dd36c821490;p=lorea%2Felgg.git Refs #4504 made it easier to detect any problems caused by hack for json duplicate issue --- diff --git a/views/json/export/entity.php b/views/json/export/entity.php index cd5d74d41..36af5eaef 100644 --- a/views/json/export/entity.php +++ b/views/json/export/entity.php @@ -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";