mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 04:57:20 +00:00
propperly check for action listDocsWithMissingRevisionDate
This commit is contained in:
parent
ff1c29561f
commit
d9e6472fff
|
@ -110,7 +110,7 @@ foreach(array('review', 'approval', 'receipt', 'revision') as $process) {
|
|||
}
|
||||
$docsinrevision = array();
|
||||
$docsmissingrevsiondate = array();
|
||||
if(!isset($_GET['action']) || $_GET['action'] == 'listDocsInRevisionNoAccess') {
|
||||
if(!isset($_GET['action']) || $_GET['action'] == 'listDocsWithMissingRevisionDate') {
|
||||
$tmprevs = $dms->getDocumentsInRevision();
|
||||
foreach($tmprevs as $rev) {
|
||||
if($doc = $dms->getDocument($rev['documentID'])) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user