Closed (fixed)
Project:
ipAuthenticator
Version:
6.x-1.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 22:39 UTC
Updated:
31 Oct 2008 at 19:52 UTC
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...).
Comments
Comment #1
jonfrancisskydiver commentedCommited the change to the dev
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.