summaryrefslogtreecommitdiff
path: root/modules/tag/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tag/controllers')
-rw-r--r--modules/tag/controllers/tags.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/tag/controllers/tags.php b/modules/tag/controllers/tags.php
index 9a5422cf..bf396a5b 100644
--- a/modules/tag/controllers/tags.php
+++ b/modules/tag/controllers/tags.php
@@ -43,7 +43,8 @@ class Tags_Controller extends REST_Controller {
}
public function _index() {
- throw new Exception("@todo Tag_Controller::_index NOT IMPLEMENTED");
+ // @todo: represent this in different formats
+ print tag::cloud(30);
}
public function _form_add($item_id) {