Commit 0cc2e87c2c30e3876ad03834f8e77b38ebdbcbda

Authored by Conrad Vermeulen
1 parent fe8e885c

KTS-2439

"Use of wrong field in update of workflow state replacement during workflow state deletion"
Fixed. Static call to cache clearing function that is not static was causing fatal error.

Committed By: Conrad Vermeulen
Reviewed By: Megan Watson

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8195 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/workflow/workflowutil.inc.php
@@ -837,7 +837,6 @@ class KTWorkflowUtil { @@ -837,7 +837,6 @@ class KTWorkflowUtil {
837 if (PEAR::isError($res)) { return $res; } 837 if (PEAR::isError($res)) { return $res; }
838 838
839 Document::clearAllCaches(); 839 Document::clearAllCaches();
840 - KTWorkflowTransition::clearCachedGroups();  
841 } 840 }
842 } 841 }
843 842