From dea874de02d2082055443750b2f049af588bdbfe Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 2 Jun 2015 17:26:41 +0200 Subject: [PATCH] set $_initialDocumentStatus to 2 instead of S_RELEASED the constant S_RELEASED isn't know at that time --- inc/inc.ClassSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/inc.ClassSettings.php b/inc/inc.ClassSettings.php index 975eb05d0..faaa56f0b 100644 --- a/inc/inc.ClassSettings.php +++ b/inc/inc.ClassSettings.php @@ -137,7 +137,7 @@ class Settings { /* {{{ */ // preset expiration date var $_presetExpirationDate = ""; // initial document status - var $_initialDocumentStatus = S_RELEASED; + var $_initialDocumentStatus = 2; //S_RELEASED; // the name of the versioning info file created by the backup tool var $_versioningFileName = "versioning_info.txt"; // the mode of workflow