Browse Source

PHP Fatal error: Cannot unset

1.9
bruno 1 year ago
parent
commit
a759603b2a
  1. 3
      include/phpAMI-1.0/phpAMI.php

3
include/phpAMI-1.0/phpAMI.php

@ -1921,7 +1921,8 @@ class phpAMI{
* Destructor
*/
function __destruct() {
unset($this);
// PHP Fatal error: Cannot unset $this
//unset($this);
}
}
?>
Loading…
Cancel
Save