Warnings in News module?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
hansom

Warnings in News module?

Post by hansom »

I get two warnings from the News module:

Warning: Parameter assign is not known... dropped in [...]/lib/misc.functions.php on line 1228
Warning: Parameter inline is not known... dropped in [...]/lib/misc.functions.php on line 1228


The error messages disappear if these lines are added to News.module.php:

Code: Select all

$this->SetParameterType('assign',CLEAN_STRING);
$this->SetParameterType('inline',CLEAN_STRING);
Is this all or are the warnings symptoms of actual errors?

(Using 1.1RC2, don't know if it occurs in stable versions as well.)
soudmaijer

Re: Warnings in News module?

Post by soudmaijer »

I have a simular problem with the news module, this only occures when the $config['internal_pretty_urls'] = true;
Locked

Return to “Modules/Add-Ons”