Index: modules/sections/sections.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/sections/sections.module,v
retrieving revision 1.8
diff -u -r1.8 sections.module
--- modules/sections/sections.module	16 Dec 2005 23:22:34 -0000	1.8
+++ modules/sections/sections.module	28 Dec 2005 04:46:39 -0000
@@ -59,7 +59,7 @@
 
 function sections_settings_form($edit = NULL, $section = NULL) {
   if ($section) {
-    $edit = object2array($section);
+    $edit = (array)$section;
   }
 
   $form = array();
