Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment
Commits
77a0e1da
Commit
77a0e1da
authored
2 years ago
by
hahn
Browse files
Options
Downloads
Patches
Plain Diff
remove non existing argument
parent
26187f0d
No related branches found
No related tags found
1 merge request
!19
5534 add docker
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public_html/deployment/classes/rollout_base.class.php
+3
-3
3 additions, 3 deletions
public_html/deployment/classes/rollout_base.class.php
with
3 additions
and
3 deletions
public_html/deployment/classes/rollout_base.class.php
+
3
−
3
View file @
77a0e1da
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment