Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
eb2bfe7d
Commit
eb2bfe7d
authored
Jul 10, 2014
by
alexpott
Browse files
Issue
#2284017
by t0xicCode: Fixed CamelCase FieldItemList preSave call.
parent
f0d8d3f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Field/FieldItemList.php
View file @
eb2bfe7d
...
...
@@ -224,7 +224,7 @@ public function preSave() {
// Filter out empty items.
$this
->
filterEmptyItems
();
$this
->
delegateMethod
(
'pre
s
ave'
);
$this
->
delegateMethod
(
'pre
S
ave'
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment