In 6.2.1 the after_ui_frame logic hook gets triggered twice now in SugarView.php->process(). Is this as designed? I'd think the below code was meant to be an if/else but not sure. Need to know so that I can find the appropriate work around. Thanks!
PHP Code:if ( !empty($this->module) ) {
$GLOBALS['logic_hook']->call_custom_logic($this->module, 'after_ui_frame');
}
$GLOBALS['logic_hook']->call_custom_logic('', 'after_ui_frame');


LinkBack URL
About LinkBacks





Reply With Quote
Bookmarks