Controller/WikiTagController.php
changeset 76 bb7808e180c3
parent 68 e7384fb35f7a
child 77 021131fbe2c5
equal deleted inserted replaced
73:12fc4e8b6fde 76:bb7808e180c3
   105         if($profile_array!=null && $profile_name!=null && $profile_name!=""){
   105         if($profile_array!=null && $profile_name!=null && $profile_name!=""){
   106             $columns_array = $profile_array[$profile_name];
   106             $columns_array = $profile_array[$profile_name];
   107         }
   107         }
   108         
   108         
   109         $ordered_tags = $this->getDoctrine()->getRepository('WikiTagBundle:DocumentTag')->findOrderedTagsForDoc($id_doc);
   109         $ordered_tags = $this->getDoctrine()->getRepository('WikiTagBundle:DocumentTag')->findOrderedTagsForDoc($id_doc);
       
   110         //$ordered_tags = null;
   110         return $this->render('WikiTagBundle:WikiTag:documentTags.html.twig', array('ordered_tags' => $ordered_tags, 'doc_id' => $id_doc, 'columns' => $columns_array));
   111         return $this->render('WikiTagBundle:WikiTag:documentTags.html.twig', array('ordered_tags' => $ordered_tags, 'doc_id' => $id_doc, 'columns' => $columns_array));
   111     }
   112     }
   112 
   113 
   113     /**
   114     /**
   114      *
   115      *