Added the old Facebook addon for addon check

This commit is contained in:
Michael Vogel 2015-11-29 13:42:31 +01:00
parent 8b23e77171
commit 2fabde5d2d
1 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@ function unavailable_networks() {
if (!plugin_enabled("appnet"))
$networks[] = NETWORK_APPNET;
if (!plugin_enabled("fbpost"))
if (!plugin_enabled("fbpost") AND !plugin_enabled("facebook"))
$networks[] = NETWORK_FACEBOOK;
if (!plugin_enabled("statusnet"))