Skip to content

Commit

Permalink
同梱のプラグインが、より直接的な表現で設定できるようになった。(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomk79 committed Feb 6, 2024
1 parent 458eb4f commit ab2f761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/pickles_sitemap_excel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) : '' ).')';
}
Expand Down

0 comments on commit ab2f761

Please sign in to comment.