Added the old Facebook addon for addon check

pull/2118/head
Michael Vogel 2015-11-29 13:42:31 +01:00
rodzic 8b23e77171
commit 2fabde5d2d
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -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"))