Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mailchimp_transactional
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
mailchimp_transactional
Merge requests
!27
#3450349
Prevent type error
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
#3450349
Prevent type error
issue/mailchimp_transactional-3450349:3450349-typeerror-pregreplace-argument
into
1.0.x
Overview
0
Commits
2
Pipelines
3
Changes
1
Merged
#3450349 Prevent type error
Norman Kämper-Leymann
requested to merge
issue/mailchimp_transactional-3450349:3450349-typeerror-pregreplace-argument
into
1.0.x
May 28, 2024
Overview
0
Commits
2
Pipelines
3
Changes
1
Closes
#3450349
0
0
Merge request reports
Compare
1.0.x
version 2
313d9e7e
8 months ago
version 1
1d26ba1c
May 28, 2024
1.0.x (base)
and
latest version
latest version
313d9e7e
2 commits,
8 months ago
version 2
313d9e7e
2 commits,
8 months ago
version 1
1d26ba1c
1 commit,
May 28, 2024
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
mailchimp_transactional.module
+
4
−
0
View file @ 313d9e7e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -49,6 +49,10 @@ function mailchimp_transactional_get_module_key_names() {
if
(
!
empty
(
$modules
))
{
foreach
(
array_keys
(
$modules
)
as
$module_name
)
{
if
(
!
isset
(
$descriptions
[
$module_name
]))
{
continue
;
}
foreach
(
$modules
[
$module_name
]
as
$key
=>
$options
)
{
$id
=
$module_name
.
'_'
.
$key
;
Loading