Skip to content

Commit c95a881

Browse files
committed
[skin] fix notice error of "pukiwiki" & "xpwiki" on html side
スキン "pukiwiki" と "xpwiki" での Notice エラーの修正。(機能的な変更なし)
1 parent 5f14396 commit c95a881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html/modules/xpwiki/skin/pukiwiki/pukiwiki.skin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<a href="<?php echo $link['reload']?>"><span class="small"><?php echo $link['reload']?></span></a>
111111
<?php } else if (!$is_top) {?>
112112
<span class="small">
113-
<?php echo $this->do_plugin_inline('topicpath','',$_dum); ?>
113+
<?php echo $this->do_plugin_inline('topicpath',''); ?>
114114
</span>
115115
<?php }?>
116116
<?php }?>

html/modules/xpwiki/skin/xpwiki/pukiwiki.skin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<a href="<?php echo $link['reload'] ?>"><span class="small"><?php echo $link['reload'] ?></span></a>
9292
<?php } else if (!$is_top) { ?>
9393
<span class="small">
94-
<?php echo $this->do_plugin_inline('topicpath','',$_dum); ?>
94+
<?php echo $this->do_plugin_inline('topicpath',''); ?>
9595
</span>
9696
<?php } ?>
9797
<?php } ?>

0 commit comments

Comments
 (0)