diff options
Diffstat (limited to 'mod/editblock.php')
-rw-r--r-- | mod/editblock.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/editblock.php b/mod/editblock.php index 8ccccc24b..8aca9e1f4 100644 --- a/mod/editblock.php +++ b/mod/editblock.php @@ -125,7 +125,7 @@ function editblock_content(&$a) { '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $channel['channel_location'], - '$visitor' => 'none', + '$visitor' => false, '$pvisit' => 'none', '$public' => t('Public post'), '$jotnets' => $jotnets, @@ -143,7 +143,7 @@ function editblock_content(&$a) { '$jotplugins' => $jotplugins, '$sourceapp' => $itm[0]['app'], '$defexpire' => '', - '$feature_expire' => 'none', + '$feature_expire' => false, '$expires' => t('Set expiration date'), )); |