[Plugin: RSSImport] truncatedescchar does not seem to work
-
The RSSImport plugin is great. I think I’ve found a bug.
truncatedescchar is supposed to accept an integer (default: 200). This parameter is supposed to dictate how long the description is.
But, truncatedescchar does not seem to work. Changing the value does nothing.
Plus, in the code on line 462, there is this:
if ( strtolower($truncatedescchar) == 'true') $truncatedescchar = 1;
Seems like this is a bug, in that the code expects and integer in some places, but a true/false here.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: RSSImport] truncatedescchar does not seem to work’ is closed to new replies.