summaryrefslogtreecommitdiff
path: root/modules/tag/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tag/controllers')
-rw-r--r--modules/tag/controllers/tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/controllers/tag.php b/modules/tag/controllers/tag.php
index 21117150..54ce3f49 100644
--- a/modules/tag/controllers/tag.php
+++ b/modules/tag/controllers/tag.php
@@ -42,7 +42,7 @@ class Tag_Controller extends REST_Controller {
}
public function _show($tag) {
- throw new Exception("@todo Tag_Controller::_show NOT IMPLEMENTED");
+ Albums_Controller::_show($tag);
}
public function _create($tag) {