Added the old Facebook addon for addon check
This commit is contained in:
parent
8b23e77171
commit
2fabde5d2d
|
@ -48,7 +48,7 @@ function unavailable_networks() {
|
||||||
if (!plugin_enabled("appnet"))
|
if (!plugin_enabled("appnet"))
|
||||||
$networks[] = NETWORK_APPNET;
|
$networks[] = NETWORK_APPNET;
|
||||||
|
|
||||||
if (!plugin_enabled("fbpost"))
|
if (!plugin_enabled("fbpost") AND !plugin_enabled("facebook"))
|
||||||
$networks[] = NETWORK_FACEBOOK;
|
$networks[] = NETWORK_FACEBOOK;
|
||||||
|
|
||||||
if (!plugin_enabled("statusnet"))
|
if (!plugin_enabled("statusnet"))
|
||||||
|
|
Loading…
Reference in a new issue