Hi all,
I’m currently rewriting the Doc Manager module for 0.9.7 and wanted to save a few queries on the database by utilising the $modx->getChildIds() method but seem to have a problem (it doesn’t work

) because, as far as I can tell, the resourceMap variable that the new getChildIds() relies is stored in the
web context cache and not the
mgr context cache.
So, my question is: Am I being dim and missing something obvious, or, is there a way at getting at the resourceMap variable from the
mgr context?
I can always query the database direct but getChildIds() would do just want I need at the moment.
Hope that makes sense,
Garry