Etemplate - Fix initial nextmatch rows not sent to client

This commit is contained in:
nathangray 2019-02-15 11:53:02 -07:00
parent 39f937fb05
commit 81ddb509a0

View File

@ -241,7 +241,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!)