modxcms / Collections

An Extra for MODX Revolution that provides for Resource Collections managed by CollectionContainer Resources
GNU General Public License v2.0
53 stars 37 forks source link

Undefined array key "getResourcesSnippet" #366

Open toro-terminator opened 1 year ago

toro-terminator commented 1 year ago

Just updated Collections and getSelections breaks the site

[2023-06-12 15:43:35] (ERROR @ /www/core/cache/includes/elements/modx/revolution/modsnippet/33.include.cache.php : 91) PHP warning: Undefined array key "getResourcesSnippet"
toro-terminator commented 1 year ago

It was something else completely breaking my site but this error stops when I change line 91

//$properties['parents'] = ($properties['getResourcesSnippet'] == 'pdoResources') ? 0 : -1;
$properties['parents'] = -1;