The edit and delete links for a checklist in the admin checklists at /admin/build/checklist/list are missing. With a little digging I discovered that the theme_checklist_admin_checklists_form() function does not seem to be being invoked for me. Does anyone else experience this or am I doing something wrong? All I did was install the module and start to build a checklist. Without edit "buttons", actually links, I have to construct the admin urls by hand.

I've attached a screen shot of my checklists_admin

Comments

StephenGWills’s picture

The call to theme_checklist_admin_checklists_form(&$form) using the wrong form of the parameter, pardon the pun. By removing the ampersand and making this a reference instead of a value, the theme function operates correctly.

j_ten_man’s picture

Status: Active » Needs review

Thanks for this. I haven't been doing much work on the 6.x version and this is a conflict with 6.x and PHP 5.3. Anyways, should be working now.