diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tag/helpers/tag_rest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_rest.php b/modules/tag/helpers/tag_rest.php index cca9a88b..ed6cfc1c 100644 --- a/modules/tag/helpers/tag_rest.php +++ b/modules/tag/helpers/tag_rest.php @@ -42,7 +42,7 @@ class tag_rest_Core { case 1: $resources = tag_rest::_get_items($request); if (!empty($resources)) { - $resources = array("resources" =>$resources); + $resources = array("resources" => $resources); break; } default: |