diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-12-30 12:07:24 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-30 12:07:24 -0800 |
| commit | 5d6e2642119d64590bcafcb18eed19353e12666b (patch) | |
| tree | ede1c6b9caaa6cc7d02a2d39390a0c0208d25850 /modules/tag | |
| parent | 7e8985d0e8ae8db124ba20c8292c1ca8df038169 (diff) | |
whitespace.
Diffstat (limited to 'modules/tag')
| -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: |
