From 7d098d35954619b04930e439db607b5414db5615 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 28 Sep 2022 19:05:09 +0900 Subject: [PATCH] Update activitypub.extend.php --- extend/activitypub.extend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/activitypub.extend.php b/extend/activitypub.extend.php index e120144..e8ee94f 100644 --- a/extend/activitypub.extend.php +++ b/extend/activitypub.extend.php @@ -1208,7 +1208,7 @@ class _GNUBOARD_ActivityPub { public static function shares() { $bo = get_board_db($_GET['bo_table'], true); - if (!empty($bo['bo_table']) { + if (!empty($bo['bo_table'])) { switch($bo['bo_table']) { case ACTIVITYPUB_G5_BOARDNAME: return self::inbox(); // 액티비티를 저장하는 테이블인 경우 inbox와 동일하게 취급