1
0

upport Garvins Spartacus master fixes and mattches 10a1a5c565 commit,

which could sadly not get cherry-picked! (Possibly being based to a differing parent commit)
This commit is contained in:
Ian
2012-11-20 16:36:45 +01:00
parent ae8c7768ec
commit 912889fccc

View File

@ -765,7 +765,7 @@ class serendipity_event_spartacus extends serendipity_event
);
foreach((array)$childtree['children'] AS $relInfo) {
if ($relInfo['tag'] == 'requirements:s9yVersion') {
if (isset($relInfo['tag']) && $relInfo['tag'] == 'requirements:s9yVersion') {
$pluginstack[$i]['requirements']['serendipity'] = $relInfo['value'];
}
}