Posted by exiled_hammer on October 24, 2009 at 9:17pm
Jump to:
| Project: | Rotor Banner |
| Version: | 6.x-2.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Found the following in rotor.module:
Line331 reads $output .= theme_rotor_tab($node);
Should be $output .= theme ('rotor_tab', $node);
Comments
#1
This is fixed in CVS - thanks.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.