Controller/WikiTagController.php
changeset 95 5d10273e892a
parent 94 95ccb3524522
child 98 b307fcd1435a
--- a/Controller/WikiTagController.php	Wed May 16 12:46:57 2012 +0200
+++ b/Controller/WikiTagController.php	Wed May 16 14:02:51 2012 +0200
@@ -64,7 +64,6 @@
         $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];