Closed (fixed)
Project:
Submit Again
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2009 at 03:56 UTC
Updated:
6 Jul 2009 at 01:10 UTC
Hi, I'm trying to theme a form in template.php and the function does not work when Submit Again is enabled. When Submit Again is not enabled, the function works fine. Here's the function in template.php:
<?php
function zen_menu_node_form($form) {
$output = '';
// BLAH BLAH THEME BLAH BLAH BLAH
$output .= drupal_render($form);
return $output;
}
Any help would be appreciated, thanks.
Comments
Comment #1
moshe weitzman commentedJust committed a fix. Actually, it was a fumigation. Module is small and clean now. Release coming in a few mins.