Controller/WikiTagController.php
changeset 94 95ccb3524522
parent 77 021131fbe2c5
child 95 5d10273e892a
--- 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];