X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=randplace%2Frandplace.php;h=3576fef85c17aceb3b419eac1cd3fe97e0c210fc;hb=54436370f22d200c7dc4eee2e745738a7dd2eec1;hp=886d79d125a58f240d63404ddcee5521367a3daf;hpb=f2fc22227a0dfae8f5c85f24f1c5bfa6e5c4c245;p=friendica-addons.git diff --git a/randplace/randplace.php b/randplace/randplace.php index 886d79d1..3576fef8 100644 --- a/randplace/randplace.php +++ b/randplace/randplace.php @@ -52,17 +52,12 @@ function randplace_uninstall() { /** * - * uninstall unregisters any hooks created with register_hook - * during install. It may also delete configuration settings - * and any other cleanup. + * This function should undo anything that was done in name_install() + * + * Except hooks, they are all unregistered automatically and don't need to be unregistered manually. * */ - Hook::unregister('post_local', 'addon/randplace/randplace.php', 'randplace_post_hook'); - Hook::unregister('addon_settings', 'addon/randplace/randplace.php', 'randplace_settings'); - Hook::unregister('addon_settings_post', 'addon/randplace/randplace.php', 'randplace_settings_post'); - - Logger::log("removed randplace"); }