Skip to content
Snippets Groups Projects
Commit 77a0e1da authored by hahn's avatar hahn
Browse files

remove non existing argument

parent 26187f0d
No related branches found
No related tags found
1 merge request!195534 add docker
......@@ -4,7 +4,7 @@ require_once 'cache.class.php';
/**
* rollout_base class that will be extended in a rollout plugin
*
* see deployment/plugins/rollout/*
*
* @author axel
*/
......@@ -157,7 +157,7 @@ class rollout_base implements iRolloutplugin{
$sReturn='';
$sKeyPrefix=$this->getId().'_'.$sKey;
$oForm = new formgen($aForms);
$oForm = new formgen();
foreach ($aFormdata as $elementData) {
$elementKey=$sKeyPrefix.'_'.$i++;
$sReturn.=$oForm->renderHtmlElement($elementKey, $elementData);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment