mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
fix for not exisiting common::display_mainscreen in .14/6 (til the feature-freeze)
This commit is contained in:
parent
9404847763
commit
eadf885246
@ -19,6 +19,13 @@
|
||||
);
|
||||
|
||||
//Do not modify below this line
|
||||
$GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
|
||||
if ($GLOBALS['phpgw']->common->public_functions['display_mainscreen'])
|
||||
{
|
||||
$GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
|
||||
}
|
||||
else
|
||||
{
|
||||
display_section($appname,lang($appname),$file); // for .14/6
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user