WordPoints / wordpoints

Points plugin for WordPress
GNU General Public License v2.0
20 stars 15 forks source link

Uninstallation gives a fatal error #16

Closed JDGrimes closed 10 years ago

JDGrimes commented 10 years ago

Uninstallation currently gives a fatal error, because we are calling the wordpoints_get_points_types() when it hasn't been loaded. We need to fix this and implement better unit testing of the uninstall process. We should possibly backport this to the 1.1 branch as well.

JDGrimes commented 10 years ago

Thanks to Migo5 for reporting this.