Warnings in News module?
Posted: Sun Jun 17, 2007 5:57 pm
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:
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.)
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);
(Using 1.1RC2, don't know if it occurs in stable versions as well.)