mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
to not send/set it twice for multiple etemplates (eg. CRM view)
This commit is contained in:
parent
30bf1aa439
commit
293a7166de
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user