Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fatal error "Call to a member function isMuPlugin() on null"
In certain configurations, PUC could call a method that uses the $package property before calling the parent class constructor that initialises that property. This has now been fixed by moving the parent constructor call a few lines up. Fixes #335
- Loading branch information