do not pass status to revision entry

This commit is contained in:
Uwe Steinmann 2018-04-02 19:47:52 +02:00
parent 20a798d9f1
commit ab3fc8ec7c

View File

@ -92,7 +92,7 @@ class SeedDMS_View_Timeline extends SeedDMS_Bootstrap_Style {
$msg = getMLText('timeline_full_'.$item['type'], array('document'=>htmlspecialchars($item['document']->getName()), 'version'=> $item['version'], 'status'=> getOverallStatusText($item['status'])));
break;
case 'scheduled_revision':
$msg = getMLText('timeline_full_'.$item['type'], array('document'=>htmlspecialchars($item['document']->getName()), 'version'=> $item['version'], 'status'=> getOverallStatusText($item['status'])));
$msg = getMLText('timeline_full_'.$item['type'], array('document'=>htmlspecialchars($item['document']->getName()), 'version'=> $item['version']));
break;
default:
$msg = '???';