X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcontact_widgets.php;h=d077a065e16590def2a304749bcc57f5fd6a50ba;hb=e4917503dae5b3b97a6414f55b716a1fd7d24bc1;hp=1e35db2c784964eeeead30ac6ae9eaa5389d3481;hpb=288ad37c3c93bcc3f5f3409be095dba57deab7f4;p=friendica.git diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 1e35db2c78..d077a065e1 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -66,6 +66,9 @@ function unavailable_networks() { if (!get_config("system","diaspora_enabled")) $networks[] = NETWORK_DIASPORA; + if (!plugin_enabled("pnut")) + $networks[] = NETWORK_PNUT; + if (!sizeof($networks)) return "";