Enable note portlet edit settings action

This commit is contained in:
Nathan Gray 2015-01-12 16:18:04 +00:00
parent 5b972ea11f
commit 9371a62019

View File

@ -124,7 +124,7 @@ class home_note_portlet extends home_portlet
'default' => true
),
'edit_settings' => array(
'enabled' => false
'default' => false
)
);
return $actions;