diff --git a/classes/plugins/PubObjectsExportPlugin.php b/classes/plugins/PubObjectsExportPlugin.php index c429daabfc..361e569f05 100644 --- a/classes/plugins/PubObjectsExportPlugin.php +++ b/classes/plugins/PubObjectsExportPlugin.php @@ -853,7 +853,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',