diff -r 85c7e5e965e2 -r 7496254cfead Controller/WikiTagController.php --- a/Controller/WikiTagController.php Sun Nov 06 23:45:50 2011 +0100 +++ b/Controller/WikiTagController.php Mon Nov 07 17:25:39 2011 +0100 @@ -134,7 +134,7 @@ /** * Modify the tag in the context of a tag list for one document - * + * */ public function modifyDocumentTagAction() { @@ -190,13 +190,13 @@ /** * - * @Route("/wtrtd") * TODO : Enter description here ... * TODO : implement */ public function reorderTagDocumentAction() { $id_Doc = $this->getRequest()->request->get('wikitag_document_id'); + $res = $this->getDoctrine()->getRepository('WikiTagBundle:Document')->search(null,'test', null); return $this->renderDocTags($id_doc); } @@ -482,7 +482,7 @@ /** * * Resemantize the tag with its original label. Kind of undo if we changed the tag's label. - * + * */ public function resetWpInfoAction() {