fix php warning

$iRev is probably not needed anymore, but kept for now
This commit is contained in:
Uwe Steinmann 2019-10-28 09:14:07 +01:00
parent 38f2759c5f
commit ee88f44693

View File

@ -143,12 +143,12 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style {
$docIdx[$res["id"]][$res["version"]] = $res;
}
$iRev = array();
// List the documents where a review has been requested.
if($workflowmode == 'traditional') {
$this->contentHeading(getMLText("documents_to_review"));
$this->contentContainerStart();
$printheader=true;
$iRev = array();
$dList = array();
foreach ($reviewStatus["indstatus"] as $st) {