mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
removed wrong app parameter from about url
This commit is contained in:
parent
2fbae2e1f1
commit
dee1060f22
@ -645,7 +645,7 @@ abstract class egw_framework
|
||||
// We handle this here becuase its special
|
||||
$apps['about']['title'] = lang('About %1','EGroupware');
|
||||
|
||||
$apps['about']['url'] = egw::link('/about.php','app='.$app);
|
||||
$apps['about']['url'] = egw::link('/about.php');
|
||||
$apps['about']['icon'] = common::image('phpgwapi',Array('about','nonav'));
|
||||
$apps['about']['icon_hover'] = common::image_on('phpgwapi',Array('about','nonav'),'-over');
|
||||
$apps['about']['name'] = 'about';
|
||||
|
Loading…
Reference in New Issue
Block a user