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.)