OSDN Git Service

FIX: デバッグ動作時に発生する警告に対処
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / libs / BLOG.php
index ae6a09d..6c76695 100755 (executable)
@@ -279,6 +279,7 @@ class BLOG {
                $body      = $body;
                $more      = $more;
                $catid    = intval($catid);
+               $isFuture = 0;
 
                // convert newlines to <br />
                if ($this->convertBreaks()) {