Actions
Evolution #1590
closedDeprecated: Creation of dynamic property projectTask::$params is deprecated in /class/class.project_task.php on line 27
Start date:
02/13/2024
Due date:
% Done:
100%
Estimated time:
0.50 h
Resolution:
Actions
Added by Simon 9 months ago. Updated 9 months ago.
100%
See
https://stackoverflow.com/questions/74878889/php-warning-deprecated-creation-of-dynamic-property-is-deprecated
https://php.watch/versions/8.2/dynamic-properties-deprecated
Should be present in all classes when calling dispatcher !
see
public function __construct($a = array())
{
$this->dispatcher = $GLOBALS['dispatcher'];
$this->params = $a;
}
Applied in changeset linea21|r4333.