Commit f57966d56c8f66a33bf14b6a3e7feee58ebd57e2

Authored by Conrad Vermeulen
1 parent d7ed85e2

enforcing full path includes

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6147 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/KTWorkflowAssociation.php
@@ -155,7 +155,7 @@ $oPluginRegistry->registerPlugin('KTWorkflowAssociationPlugin', 'ktstandard.work @@ -155,7 +155,7 @@ $oPluginRegistry->registerPlugin('KTWorkflowAssociationPlugin', 'ktstandard.work
155 155
156 /* include others */ 156 /* include others */
157 157
158 -require_once('workflow/TypeAssociator.php');  
159 -require_once('workflow/FolderAssociator.php'); 158 +require_once(KT_DIR . '/plugins/ktstandard/workflow/TypeAssociator.php');
  159 +require_once(KT_DIR . '/plugins/ktstandard/workflow/FolderAssociator.php');
160 160
161 ?> 161 ?>