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:
Updated by Simon 9 months ago
- Related to Evolution #1482: PHP 8.x compatibility added
Updated by Simon 9 months ago
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;
}
Updated by Simon 9 months ago
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Applied in changeset linea21|r4333.
Actions