Closed (fixed)
Project:
Login Ticket API
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
17 Apr 2009 at 14:09 UTC
Updated:
29 Apr 2009 at 21:37 UTC
I added this as a comment on the "Drupal 6 port" issue because I was looking at it in the context of using the module under Drupal 6, but it applies equally well for Drupal 5. The uninstall hook invokes loginticket_delete in order to make sure that hook_loginticket is invoked before dropping the table {loginticket}. This code seems unneeded since the modules implementing hook_loginticket will declare a dependency on loginticket and thus will be disabled by the time loginticket can be uninstalled.
I've implemented a patch that takes out the logic around calling loginticket_delete.
| Comment | File | Size | Author |
|---|---|---|---|
| loginticket_uninstall.patch | 272 bytes | crdant |
Comments
Comment #1
crdant commented