Index: acl.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/acl/acl.module,v retrieving revision 1.1 diff -u -p -r1.1 acl.module --- acl.module 7 Oct 2006 20:15:50 -0000 1.1 +++ acl.module 2 Mar 2007 12:44:32 -0000 @@ -75,7 +75,7 @@ function theme_acl_button($element) { function acl_edit_form($acl_id, $label = NULL) { // Ensure the ACL in question even exists. if (!$acl_name = db_result(db_query("SELECT name FROM {acl} WHERE acl_id = %d", $acl_id))) { - return $form; + return array(); } if (!$label) { $label = $acl_name;