From 3805001dee0fd4f02491227694fae19cf9111411 Mon Sep 17 00:00:00 2001 From: nathangray Date: Fri, 15 Feb 2019 11:53:02 -0700 Subject: [PATCH] Etemplate - Fix initial nextmatch rows not sent to client --- api/src/Etemplate.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/Etemplate.php b/api/src/Etemplate.php index 44fe44e287..6a60a7bb3b 100644 --- a/api/src/Etemplate.php +++ b/api/src/Etemplate.php @@ -240,7 +240,6 @@ class Etemplate extends Etemplate\Widget\Template $GLOBALS['egw']->framework->response->generic("data", array($content)); $GLOBALS['egw']->framework->response->generic('et2_load',$load_array+Framework::get_extra()); Framework::clear_extra(); // to not send/set it twice for multiple etemplates (eg. CRM view) - self::$request = null; return; } // let framework know, if we are a popup or not ('popup' not true, which is allways used by index.php!)