In the latest DRUPAL-6--1 checkout, you get:

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'theme_coder_checkboxes' was given in /Applications/MAMP/htdocs/6x/includes/theme.inc on line 591.

It looks like this function was changed to theme_cols. Here's a patch to update the code.

CommentFileSizeAuthor
#1 coder-theme-cols-240301-1.patch1.03 KBwebchick

Comments

webchick’s picture

Status: Active » Needs review
StatusFileSize
new1.03 KB
douggreen’s picture

Status: Needs review » Fixed

Thanks! I think that the code change is to reference 'cols' and not 'coder_cols'. I checked this in. Please reopen if the dev version doesn't fix it.

webchick’s picture

That was fast. :) I can confirm that the error no longer appears. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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