Index: panels_taxonomy.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/panels_taxonomy/panels_taxonomy.module,v
retrieving revision 1.4.2.8
diff -u -r1.4.2.8 panels_taxonomy.module
--- panels_taxonomy.module	23 Aug 2007 19:57:00 -0000	1.4.2.8
+++ panels_taxonomy.module	30 Oct 2007 21:07:05 -0000
@@ -142,7 +142,7 @@
   return panels_taxonomy_edit($conf);
 }
 
-function panels_taxonomy_edit($conf = array()) {
+function panels_taxonomy_edit($id, $parents, $conf = array()) {
   $form['#taxonomy'] = TRUE;
   $form['help'] = array('#weight' => -1, '#value'=>'<div>Provides navigation for a vocabulary. In order to actually display the nodes associated with the current term, you should add one or more views to your panel with a "vocabulary" argument. <br/><em>Note: </em> <strong>The views should be set to "embedded".</strong></div>');
   $form['vid'] = array(
