diff -r dff31c10f751 -r 95ccb3524522 Controller/WikiTagController.php --- a/Controller/WikiTagController.php Wed May 02 13:45:37 2012 +0200 +++ b/Controller/WikiTagController.php Wed May 16 12:46:57 2012 +0200 @@ -64,6 +64,7 @@ $categories = json_encode($ar); // Management of profiles for the list of displayed columns and reorder tag button $profile_array = $this->container->getParameter("wiki_tag.document_list_profile"); + #var_dump($profile_array[$profile_name]); $columns_array = null; if($profile_array!=null && $profile_name!=null && $profile_name!=""){ $columns_array = $profile_array[$profile_name];