diff --git a/helpers.php b/helpers.php index b3d52aa..9b18a4d 100644 --- a/helpers.php +++ b/helpers.php @@ -190,7 +190,7 @@ function fw_ext_mega_menu_get_db_item_option($item, $option_id = null, $default_ * @param string|null $option_id 'type/option_id' (accepts multikey). null - all options * @param $value */ - function fw_ext_mega_menu_set_db_item_option( $item, $option_id = null, $value ) { + function fw_ext_mega_menu_set_db_item_option( $item, $option_id = null, $value = '' ) { return FW_Db_Options_Model::_get_instance('megamenu')->set(intval($item), $option_id, $value); } }