Actions
Anomalie #834
closedPHP7: installer fix. fatal error on unset($this)
Start date:
04/06/2018
Due date:
% Done:
100%
Estimated time:
0.25 h
Resolution:
Description
On version 2.0 `www/install/installer/Installer.php` contains this invalid instructions (fatal error on php7):
# Clear unset($this);
The simpliest way of fixing this is to remove this memory cleanup instructions.
Actions