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 82a8dd4 commit 0f21a4f
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 @@ -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',
Expand Down

0 comments on commit 0f21a4f

Please sign in to comment.