summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-12-30 16:13:13 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-12-30 16:13:13 -0800
commite6111e616b5d6282b8aeb1d1b09fc6d064caafe8 (patch)
tree85361e8c69c8d7865cbeb69ea34d2dcd2e731455 /modules
parentd6ddbd1a31600543c4d8dec406ef73b0e8b84dde (diff)
parent5d6e2642119d64590bcafcb18eed19353e12666b (diff)
Merge branch 'talmdal_dev' of git@github.com:gallery/gallery3 into talmdal_dev
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: