On the page admin/structure/pages/edit/node_edit I was getting the error:

Warning: array_merge(): Argument #1 is not an array in radix_table() (line 77 of /opt/development/mpotter/drupal/sites/all/themes/radix/template.php).

Looks like there are cases where $variables['attributes']['class'] contains a single string value instead of an array. Patch coming next.

Comments

mpotter’s picture

Status: Active » Needs review
StatusFileSize
new1.7 KB

Here is the patch for review. It also cleans up some whitespace issues (sorry for that but my IDE fixes whitespace automatically)

mpotter’s picture

StatusFileSize
new1.7 KB

Bah, botched patch had the important line commented out. Here is good patch.

shadcn’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.