Typo in ip_authenticator_uninstall
jptavan - July 15, 2008 - 22:39
| Project: | ipAuthenticator - authenticates an IP to a role |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
In ip_authenticator_uninstall :
cache_clear_all('*', 'cache_p_age', TRUE);
should be :
cache_clear_all('*', 'cache_page', TRUE);
This typo give an error when you uninstall the module (Table "cache_p_age" doesn't exist...).

#1
Commited the change to the dev
#2
Automatically closed -- issue fixed for two weeks with no activity.