kopia lustrzana https://github.com/friendica/friendica
Removed temporary code
rodzic
03e2cbbf3d
commit
d53f46b958
|
@ -36,7 +36,6 @@ class UpdateServerDirectory
|
||||||
*/
|
*/
|
||||||
public static function execute(array $gserver)
|
public static function execute(array $gserver)
|
||||||
{
|
{
|
||||||
$gserver = DBA::selectFirst('gserver', [], ['url' => $gserver['url']]);
|
|
||||||
if ($gserver['directory-type'] == GServer::DT_MASTODON) {
|
if ($gserver['directory-type'] == GServer::DT_MASTODON) {
|
||||||
self::discoverMastodonDirectory($gserver);
|
self::discoverMastodonDirectory($gserver);
|
||||||
} elseif (!empty($gserver['poco'])) {
|
} elseif (!empty($gserver['poco'])) {
|
||||||
|
|
Ładowanie…
Reference in New Issue