remotes/origin/stable6
Thomas Tanghus 12 years ago
parent f19a236c8e
commit 6d3bbc5eeb
  1. 2
      core/routes.php

@ -40,7 +40,7 @@ $this->create('core_tags_favorite', '/tags/{type}/favorite/{id}/')
->post()
->action('OC\Core\Tags\Controller', 'favorite')
->requirements(array('type', 'id'));
$this->create('core_tags_unfavorite', '/tags/{type}/infavorite/{id}/')
$this->create('core_tags_unfavorite', '/tags/{type}/unfavorite/{id}/')
->post()
->action('OC\Core\Tags\Controller', 'unFavorite')
->requirements(array('type', 'id'));

Loading…
Cancel
Save