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
...@@ -3,8 +3,8 @@ require_once 'rollout.interface.php'; ...@@ -3,8 +3,8 @@ require_once 'rollout.interface.php';
require_once 'cache.class.php'; require_once 'cache.class.php';
/** /**
* rollout_base class that will beextended in a rollout plugin * rollout_base class that will be extended in a rollout plugin
* * see deployment/plugins/rollout/*
* *
* @author axel * @author axel
*/ */
...@@ -157,7 +157,7 @@ class rollout_base implements iRolloutplugin{ ...@@ -157,7 +157,7 @@ class rollout_base implements iRolloutplugin{
$sReturn=''; $sReturn='';
$sKeyPrefix=$this->getId().'_'.$sKey; $sKeyPrefix=$this->getId().'_'.$sKey;
$oForm = new formgen($aForms); $oForm = new formgen();
foreach ($aFormdata as $elementData) { foreach ($aFormdata as $elementData) {
$elementKey=$sKeyPrefix.'_'.$i++; $elementKey=$sKeyPrefix.'_'.$i++;
$sReturn.=$oForm->renderHtmlElement($elementKey, $elementData); $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