Skip to content

Instantly share code, notes, and snippets.

@srsad
Created September 14, 2018 15:49
Show Gist options
  • Save srsad/5d31552a9e7b7c0b901af8a7d5c354e1 to your computer and use it in GitHub Desktop.
Save srsad/5d31552a9e7b7c0b901af8a7d5c354e1 to your computer and use it in GitHub Desktop.
foreach($modx->getCollection('modResource') as $doc){
$modx->error->reset();
$modx->runProcessor('resource/update', $doc->toArray());
if($modx->error->hasError()){
print_r($modx->error->getErrors());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment