mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Etemplate - Fix initial nextmatch rows not sent to client
This commit is contained in:
parent
39f937fb05
commit
81ddb509a0
@ -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!)
|
||||
|
Loading…
Reference in New Issue
Block a user