The hook_install and hook_uninstall functions have incorrect naming:
function radioactivy_install()
function radioactivy_uninstallThose should be:
function radioactivity_install()
function radioactivity_uninstall()| Comment | File | Size | Author |
|---|---|---|---|
| #1 | wrong-function-names-in-hooks-1406620-1.patch | 600 bytes | iler |
Comments
Comment #1
iler commentedPatch attached to fix this issue.
Comment #2
tcmug commentedCommitted and pushed to head
Lukihäiriö :)