Skip to content

Commit

Permalink
pkp/pkp-lib#8700 Fixed class_alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed May 30, 2024
1 parent 0aa6e51 commit d503a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/plugins/PubObjectsExportPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d503a64

Please sign in to comment.