From eb2fe8c76b3c4d8be9a884080fc48fc37312f3a0 Mon Sep 17 00:00:00 2001 From: bnu Date: Mon, 17 Aug 2015 18:08:16 +0900 Subject: [PATCH] =?UTF-8?q?act=EB=A7=8C=20=EC=A7=80=EC=A0=95=EB=90=98?= =?UTF-8?q?=EC=97=88=EC=9D=84=20=EB=95=8C=EC=97=90=EB=8F=84=20=EC=A7=A7?= =?UTF-8?q?=EC=9D=80=20=EC=A3=BC=EC=86=8C=EB=A1=9C=20=EB=B0=98=ED=99=98?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EA=B0=9C=EC=84=A0=20-=20`rss`=20?= =?UTF-8?q?=EB=B0=8F=20`atom`=20act=EC=97=90=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/context/Context.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 09f7d09a1..cd4265b1f 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -1658,6 +1658,7 @@ class Context 'document_srl.mid' => "$mid/$srl", 'document_srl.vid' => "$vid/$srl", 'document_srl.mid.vid' => "$vid/$mid/$srl", + 'act' => ($is_feed && $act !== 'api') ? $act : '', 'act.mid' => $is_feed ? "$mid/$act" : '', 'act.mid.vid' => $is_feed ? "$vid/$mid/$act" : '', 'act.document_srl.key' => ($act == 'trackback') ? "$srl/$key/$act" : '',