From 0cc2e87c2c30e3876ad03834f8e77b38ebdbcbda Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Fri, 29 Feb 2008 10:37:06 +0000 Subject: [PATCH] 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. --- lib/workflow/workflowutil.inc.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/lib/workflow/workflowutil.inc.php b/lib/workflow/workflowutil.inc.php index 562b932..66759b8 100644 --- a/lib/workflow/workflowutil.inc.php +++ b/lib/workflow/workflowutil.inc.php @@ -837,7 +837,6 @@ class KTWorkflowUtil { if (PEAR::isError($res)) { return $res; } Document::clearAllCaches(); - KTWorkflowTransition::clearCachedGroups(); } } -- libgit2 0.21.4