Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
drupal.org
feeds
Commits
fa39d4cc
Commit
fa39d4cc
authored
8 years ago
by
joelpittet
Committed by
MegaChriz
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue #2778655 by joelpittet: Renamed $form_status in feeds_ui_overview_form() to $form_state.
parent
e280ce25
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
feeds_ui/feeds_ui.admin.inc
+1
-1
1 addition, 1 deletion
feeds_ui/feeds_ui.admin.inc
with
1 addition
and
1 deletion
feeds_ui/feeds_ui.admin.inc
+
1
−
1
View file @
fa39d4cc
...
...
@@ -48,7 +48,7 @@ function feeds_ui_mapping_help() {
/**
* Build overview of available configurations.
*/
function
feeds_ui_overview_form
(
$form
,
&
$form_stat
us
)
{
function
feeds_ui_overview_form
(
$form
,
array
&
$form_stat
e
)
{
$form
=
$form
[
'enabled'
]
=
$form
[
'disabled'
]
=
array
();
$form
[
'#header'
]
=
array
(
...
...
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