Closed (fixed)
Project:
Rotor Banner
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
19 Feb 2009 at 10:16 UTC
Updated:
7 Mar 2009 at 15:00 UTC
Please, remove the empty help from the module:
function rotor_help($section) {
switch($section) {
case 'node/add/rotor-item':
...
...
...
case 'admin/settings/rotor':
return t('');
}
}
This empty string is causes a lot of problems in the translations (in l10n_server module for example). Comment, or remove please.
Comments
Comment #1
mrfelton commentedFixed in CVS
Comment #2
zoltán balogh commentedThanks