🐛 Fix post kinds
This commit is contained in:
parent
fa381a3493
commit
8b18b8758c
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ echo Bootstrap::formInputHidden(array(
|
|||
));
|
||||
|
||||
// Post Kinds
|
||||
echo Bootstrap::formSelectBlock($contentType, array(
|
||||
echo Bootstrap::formSelectBlock(array(
|
||||
'name' => 'kind',
|
||||
'label' => $L->g('Post Kinds'),
|
||||
'selected' => $page->kind(),
|
||||
|
|
|
@ -136,7 +136,7 @@ echo Bootstrap::formInputHidden(array(
|
|||
));
|
||||
|
||||
// Post Kinds
|
||||
echo Bootstrap::formSelectBlock($contentType, array(
|
||||
echo Bootstrap::formSelectBlock(array(
|
||||
'name' => 'kind',
|
||||
'label' => $L->g('Post Kinds'),
|
||||
'selected' => 'article',
|
||||
|
|
Loading…
Add table
Reference in a new issue