mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
removed wrong app parameter from about url and disabled error_log for not found js file
This commit is contained in:
parent
46345ee80d
commit
594efde2f9
@ -650,7 +650,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';
|
||||
@ -1119,7 +1119,7 @@ abstract class egw_framework
|
||||
}
|
||||
return True;
|
||||
}
|
||||
error_log(__METHOD__."($package,$file,$app) $path NOT found!");
|
||||
//error_log(__METHOD__."($package,$file,$app) $path NOT found!");
|
||||
return False;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user