From 293a7166def5dcbdbe92267dac83d1b99e7e5652 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 10 Mar 2014 21:18:31 +0000 Subject: [PATCH] to not send/set it twice for multiple etemplates (eg. CRM view) --- etemplate/inc/class.etemplate.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/inc/class.etemplate.inc.php b/etemplate/inc/class.etemplate.inc.php index 813702ac6d..6f62da8e92 100644 --- a/etemplate/inc/class.etemplate.inc.php +++ b/etemplate/inc/class.etemplate.inc.php @@ -201,6 +201,7 @@ class etemplate_new extends etemplate_widget_template } $GLOBALS['egw']->framework->response->generic("data", array($content)); $GLOBALS['egw']->framework->response->generic('et2_load',$load_array+egw_framework::get_extra()); + egw_framework::clear_extra(); // to not send/set it twice for multiple etemplates (eg. CRM view) self::$request = null; return; }