summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-30 12:07:24 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-30 12:07:24 -0800
commit5d6e2642119d64590bcafcb18eed19353e12666b (patch)
treeede1c6b9caaa6cc7d02a2d39390a0c0208d25850 /modules
parent7e8985d0e8ae8db124ba20c8292c1ca8df038169 (diff)
whitespace.
Diffstat (limited to 'modules')
-rw-r--r--modules/tag/helpers/tag_rest.php2
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: