Update plugins/serendipity_event_spartacus/serendipity_event_spartacus.php
fixed Illegal string offset 'tag'
This commit is contained in:
parent
6942bf541a
commit
88f69a298e
@ -859,7 +859,7 @@ class serendipity_event_spartacus extends serendipity_event
|
||||
$pluginstack[$i]['requirements']['serendipity'] = $relInfo['value'];
|
||||
}
|
||||
|
||||
if ($relInfo['tag'] == 'date') {
|
||||
if (isset($relInfo['tag']) && $relInfo['tag'] == 'date') {
|
||||
$pluginstack[$i]['date'] = $relInfo['value'];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user