diff --git a/etemplate/js/et2_extension_nextmatch_controller.js b/etemplate/js/et2_extension_nextmatch_controller.js index eec99b26ae..cf15a005bc 100644 --- a/etemplate/js/et2_extension_nextmatch_controller.js +++ b/etemplate/js/et2_extension_nextmatch_controller.js @@ -219,7 +219,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(et2_IDataProvider, // No UID, so return a filtered list of actions that doesn't need a UID var links = []; try { - links = this._widget.options.settings.placeholder_actions; + links = typeof this._widget.options.settings.placeholder_actions != 'undefined' ? this._widget.options.settings.placeholder_actions : ["add"]; } catch (e) { }