diff --git a/actions/blog/save.php b/actions/blog/save.php index f946cc6..36c3b15 100644 --- a/actions/blog/save.php +++ b/actions/blog/save.php @@ -103,7 +103,7 @@ // is publication it the future? if ($values['publication'] > time()) { - $save = false; + $preview = true; } }