MantisBT: master e451f920

Author Committer Branch Timestamp Parent
dregad dregad master 2021-05-17 05:01 master 0c508242
Affected Issues  0028562: Undefined constant ERROR_VERSION_NO_ACTION and missing matching error message
Changeset

Fix undefined constant error

manage_proj_ver_copy.php references an undefined error constant
ERROR_VERSION_NO_ACTION, causing an internal error to be triggered
if neither copy_from nor copy_to parameters are specified.

Replacing the missing constant by ERROR_NO_COPY_ACTION.

Fixes 0028562

mod - manage_proj_ver_copy.php Diff File