From ab2f761c6f94e73554d8b2f20e2e2a4fefe6168e Mon Sep 17 00:00:00 2001 From: Tomoya Koyanagi Date: Tue, 6 Feb 2024 09:44:03 +0900 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=A2=B1=E3=81=AE=E3=83=97=E3=83=A9?= =?UTF-8?q?=E3=82=B0=E3=82=A4=E3=83=B3=E3=81=8C=E3=80=81=E3=82=88=E3=82=8A?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E7=9A=84=E3=81=AA=E8=A1=A8=E7=8F=BE=E3=81=A7?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=9F=E3=80=82(2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- php/pickles_sitemap_excel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/pickles_sitemap_excel.php b/php/pickles_sitemap_excel.php index 905336b..9f36f17 100644 --- a/php/pickles_sitemap_excel.php +++ b/php/pickles_sitemap_excel.php @@ -24,7 +24,7 @@ class pickles_sitemap_excel { * @param object $px Picklesオブジェクト * @param object $plugin_conf プラグイン設定 */ - static public function exec($px, $plugin_conf = null){ + static public function exec($px = null, $plugin_conf = null){ if( count(func_get_args()) <= 1 ){ return __CLASS__.'::'.__FUNCTION__.'('.( is_array($px) ? json_encode($px) : '' ).')'; }