set $_initialDocumentStatus to 2 instead of S_RELEASED

the constant S_RELEASED isn't know at that time
This commit is contained in:
Uwe Steinmann 2015-06-02 17:26:41 +02:00
parent ec78639d94
commit dea874de02

View File

@ -137,7 +137,7 @@ class Settings { /* {{{ */
// preset expiration date // preset expiration date
var $_presetExpirationDate = ""; var $_presetExpirationDate = "";
// initial document status // initial document status
var $_initialDocumentStatus = S_RELEASED; var $_initialDocumentStatus = 2; //S_RELEASED;
// the name of the versioning info file created by the backup tool // the name of the versioning info file created by the backup tool
var $_versioningFileName = "versioning_info.txt"; var $_versioningFileName = "versioning_info.txt";
// the mode of workflow // the mode of workflow