Aaron Parecki
5 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
1 additions and
1 deletions
-
views/new-post.php
|
|
@ -84,7 +84,7 @@ |
|
|
|
<label for="visibility">Visibility</label> |
|
|
|
<select class="form-control" id="visibility"> |
|
|
|
<?php |
|
|
|
foreach(['Public','Unlisted','Private'] as $v): |
|
|
|
foreach(['Public','Unlisted','Protected','Private'] as $v): |
|
|
|
if(in_array(strtolower($v), $this->supported_visibility)): |
|
|
|
echo '<option value="'.strtolower($v).'">'.$v.'</option>'; |
|
|
|
endif; |
|
|
|