Fix missing "Use default" / "No default" option for default category

This commit is contained in:
nathan 2022-07-19 10:37:38 -06:00
parent dc23a18f85
commit e3bed10045

View File

@ -284,6 +284,7 @@ class infolog_hooks
'type' => 'select-cat',
'label' => 'Default category for new Infolog entries',
'name' => 'cat_add_default',
'values' => array(),
'help' => 'You can choose a categorie to be preselected, when you create a new Infolog entry',
'xmlrpc' => True,
'admin' => False,