Closed (fixed)
Project:
Rotor Banner
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2009 at 21:17 UTC
Updated:
19 Nov 2009 at 10:30 UTC
Found the following in rotor.module:
Line331 reads $output .= theme_rotor_tab($node);
Should be $output .= theme ('rotor_tab', $node);
Comments
Comment #1
mrfelton commentedThis is fixed in CVS - thanks.