The hook_install and hook_uninstall functions have incorrect naming:

function radioactivy_install()
function radioactivy_uninstall

Those should be:

function radioactivity_install()
function radioactivity_uninstall()
CommentFileSizeAuthor
#1 wrong-function-names-in-hooks-1406620-1.patch600 bytesiler

Comments

iler’s picture

StatusFileSize
new600 bytes

Patch attached to fix this issue.

tcmug’s picture

Status: Active » Closed (fixed)

Committed and pushed to head

Lukihäiriö :)