Merge branch 'js_vcategories_to_tags' of github.com:owncloud/core into js_vcategories_to_tags

This commit is contained in:
Thomas Tanghus 2013-10-04 20:03:31 +02:00
commit 9c230f8c85
1 changed files with 1 additions and 1 deletions

View File

@ -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'));