diff --git a/_build/resolvers/resolve.updatefromfirst.php b/_build/resolvers/resolve.updatefromfirst.php index 497c8ba8..f3056dff 100644 --- a/_build/resolvers/resolve.updatefromfirst.php +++ b/_build/resolvers/resolve.updatefromfirst.php @@ -12,7 +12,7 @@ 'workspace' => 1, "(SELECT `signature` - FROM {$modx->getTableName('modTransportPackage')} AS `latestPackage` + FROM {$modx->getTableName('transport.modTransportPackage')} AS `latestPackage` WHERE `latestPackage`.`package_name` = `modTransportPackage`.`package_name` ORDER BY `latestPackage`.`version_major` DESC,