Alanaktion / phproject

A high performance full-featured project management system
https://www.phproject.org
GNU General Public License v3.0
384 stars 106 forks source link

Fix calls to \Base@unload #385

Closed Alanaktion closed 3 years ago

Alanaktion commented 4 years ago

We occasionally call $f3->unload() to stop execution on things like authorization failure. It was updated at some point to take a string parameter of the working directory to change to when stopping, presumably to ensure any directory changes while running are reversed. We should either update the calls to pass the root project directory, or remove the reliance on those calls.