There was an error while loading. Please reload this page.
1 parent bb54a2e commit a22eb99Copy full SHA for a22eb99
1 file changed
lib/RexVar/var_yform_dataset.php
@@ -45,6 +45,8 @@ protected function getOutput()
45
'table' => $table,
46
'fieldName' => $fieldName,
47
];
48
+ $_csrf_key = $table->getCSRFKey();
49
+ $args += rex_csrf_token::factory($_csrf_key)->getUrlParams();
50
51
if ($this->hasArg('multiple') && $this->getArg('multiple')) {
52
$options = [];
0 commit comments