OSDN Git Service

UPDATE: update version history and change version to 3.41 RC for testing purposes
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / libs / BLOG.php
index 6948fe9..716bd53 100755 (executable)
@@ -553,7 +553,10 @@ class BLOG {
        function showArchiveList($template, $mode = 'month', $limit = 0) {
                global $CONF, $catid, $manager;
 
+               if (!isset ($linkparams)) {
                $linkparams = array();
+               }
+
                if ($catid) {
                        $linkparams = array('catid' => $catid);
                }