Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
date_ical
Commits
2fa55376
Commit
2fa55376
authored
Jun 24, 2014
by
t0xicCode
Committed by
Robert Rollins
Jun 24, 2014
Browse files
Issue #2288563: FeedsParser-defined mapping sources no longer raise warnings.
Thank you t0xicCode for this patch!
parent
58bb8053
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/ParserVcalendar.inc
View file @
2fa55376
...
...
@@ -123,8 +123,9 @@ class ParserVcalendar {
else
{
// We can safely ignore certain sources.
$known_unknowns
=
array
(
// "Black Source 1" is from Feeds Tamper.
'Blank source 1'
,
'Blank source 1'
,
// "Black Source 1" is from Feeds Tamper.
'parent:nid'
,
// Defined in FeedsParser
'parent:uid'
,
// Defined in FeedsParser
);
if
(
!
in_array
(
$property_key
,
$known_unknowns
))
{
// Only warn the user if this mapping source is in use.
...
...
Write
Preview
Supports
Markdown
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