Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
date_ical
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
drupal.org
date_ical
Commits
2075cf93
Commit
2075cf93
authored
Sep 26, 2018
by
git
Committed by
Robert Rollins
Sep 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #3002583 by Mike Lewis: Illegal string offsets in rdf.module in PHP 7
parent
d8e15e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
date_ical.module
date_ical.module
+2
-2
No files found.
date_ical.module
View file @
2075cf93
...
...
@@ -113,8 +113,8 @@ function date_ical_preprocess_node(&$variables) {
// Trick the default node template into not displaying the page title, by
// telling it that this *is* a page.
$variables
[
'page'
]
=
TRUE
;
$variables
[
'title_prefix'
]
=
''
;
$variables
[
'title_suffix'
]
=
''
;
$variables
[
'title_prefix'
]
=
[]
;
$variables
[
'title_suffix'
]
=
[]
;
// We don't want to see the author information in our feed.
$variables
[
'display_submitted'
]
=
FALSE
;
...
...
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