Pass the action as expected

This commit is contained in:
nathangray 2018-07-26 15:30:14 -06:00
parent 3830a13c29
commit d53c6c4180

View File

@ -171,7 +171,7 @@ var et2_vfs = (function(){ "use strict"; return et2_valueWidget.extend([et2_IDet
}
for (var k in links)
{
if (links[k].default && links[k].enabled.exec())
if (links[k].default && links[k].enabled.exec(links[k]))
{
defaultAction = links[k];
break;