Commit 69ee8dc01a9ba844106ea81b893342fdf556c700
1 parent
fe936078
incorporate the criteria fix for workflow states (require_once)
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4581 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
0 deletions
lib/browse/Criteria.inc
| ... | ... | @@ -6,6 +6,10 @@ require_once(KT_LIB_DIR . '/documentmanagement/DocumentField.inc'); |
| 6 | 6 | require_once(KT_LIB_DIR . '/documentmanagement/DocumentType.inc'); |
| 7 | 7 | require_once(KT_LIB_DIR . '/documentmanagement/MetaData.inc'); |
| 8 | 8 | require_once(KT_LIB_DIR . '/foldermanagement/Folder.inc'); |
| 9 | + | |
| 10 | +require_once(KT_LIB_DIR . '/workflow/workflowstate.inc.php'); | |
| 11 | +require_once(KT_LIB_DIR . '/workflow/workflow.inc.php'); | |
| 12 | + | |
| 9 | 13 | /** |
| 10 | 14 | * $Id$ |
| 11 | 15 | * | ... | ... |