14 May
2005
14 May
'05
11:07 p.m.
Issue status update for http://drupal.org/node/22883 Project: Drupal Version: cvs Component: system.module Category: bug reports Priority: normal Assigned to: Anonymous Reported by: darix Updated by: darix Status: patch Attachment: http://drupal.org/files/issues/system.module_6.patch (1.36 KB) system_theme_listing() passes scalar to drupal_attributes(). this patch fixes it and wraps the params into array() i really wonder if drupal_attributes() should check for the type of the param? how expensive is an is_array()? darix