Pass the action as expected

This commit is contained in:
nathangray 2018-07-26 15:30:14 -06:00
parent 0098f41a12
commit c15eeb66a8

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;