Closed (fixed)
Project:
Shared Links
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2011 at 17:12 UTC
Updated:
22 Mar 2011 at 06:31 UTC
There is a fatal error when trying to uninstall due to the use of variable_delete() instead of variable_del() in the uninstall hook.
The patch attached corrects that.
It affects to the stable version as well.
| Comment | File | Size | Author |
|---|---|---|---|
| sharedlinks.patch | 401 bytes | kurkuma |
Comments
Comment #1
shawn dearmond commentedCommitted: http://drupalcode.org/project/sharedlinks.git/commit/8686094
Thanks!