joshkoenig / pantheon-secure-login

Pantheon secure login (SSL for authenticated users)
GNU General Public License v2.0
3 stars 5 forks source link

Implement hook_uninstall to cleanup variables #2

Closed skwashd closed 10 years ago

skwashd commented 10 years ago

The module defines 2 variables but doesn't remove then when it is uninstalled. Modules should clean up after themselves. This patch implements hook_uninstall() to do the cleanup.

joshkoenig commented 10 years ago

:shipit: