From d83dceb3418b8f94e56adbd5ca6cefad6130df20 Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Tue, 2 Oct 2012 10:45:03 -0400 Subject: [PATCH] =?UTF-8?q?BUG=209720=20Proceso=20de=20actualizaci=C3=B3e?= =?UTF-8?q?=20ProcessMaker=20es=20lento=20IMPROVEMENT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ProcessMaker update process is slow for query. - Was optimized queries and was modified the rebuild "Table content". --- workflow/engine/classes/model/Content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/classes/model/Content.php b/workflow/engine/classes/model/Content.php index f997ac050..a6923dd00 100755 --- a/workflow/engine/classes/model/Content.php +++ b/workflow/engine/classes/model/Content.php @@ -276,7 +276,7 @@ class Content extends BaseContent { * * @param array $langs */ - function regenerateContent($langId) + function regenerateContent($langs) { //Search the language $key = array_search('en',$langs);