MrBertie / taskpaperplus

A quick simple lightweight wiki-style task manager. All your tasks in plain text.
MIT License
66 stars 10 forks source link

Remove code that is incompatible with PHP 7.2 #16

Open richardneish opened 4 years ago

richardneish commented 4 years ago

The line "unset($this)" is not valid under PHP 7.2.

Removing this code does not seem to have any side effects that I can see, and allows TaskPaperPlus to run under PHP 7.2