diff --git a/classes/plugins/PubObjectsExportPlugin.php b/classes/plugins/PubObjectsExportPlugin.php index 37d50d7dc5..2b91ebb0ef 100644 --- a/classes/plugins/PubObjectsExportPlugin.php +++ b/classes/plugins/PubObjectsExportPlugin.php @@ -852,7 +852,7 @@ protected function _checkForExportAction(string $exportAction): bool } if (!PKP_STRICT_MODE) { - class_alias('\APP\plugins\PubObjectsExportPlugin', '\PubObjectExportsPlugin'); + class_alias('\APP\plugins\PubObjectsExportPlugin', '\PubObjectsExportPlugin'); foreach ([ 'EXPORT_STATUS_ANY',