mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
verify status after setting revisors
This commit is contained in:
parent
37e03e2e9e
commit
26cb15fe21
|
@ -307,6 +307,9 @@ if (count($revisionIndex["g"]) > 0) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Recheck status, because all revisors could have been removed */
|
||||||
|
$content->verifyStatus(false, $user, getMLText('automatic_status_update'));
|
||||||
|
|
||||||
add_log_line("?documentid=".$documentid);
|
add_log_line("?documentid=".$documentid);
|
||||||
header("Location:../out/out.DocumentVersionDetail.php?documentid=".$documentid."&version=".$version);
|
header("Location:../out/out.DocumentVersionDetail.php?documentid=".$documentid."&version=".$version);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user