mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
"removed unnecessary instanciation of old bolink class"
This commit is contained in:
parent
8c32661218
commit
c74789fc2c
@ -537,10 +537,6 @@ class bo_tracking
|
||||
*/
|
||||
function get_notification_link($data,$old)
|
||||
{
|
||||
if (!is_object($GLOBALS['egw']->link))
|
||||
{
|
||||
$GLOBALS['egw']->link = new bolink();
|
||||
}
|
||||
if($view = egw_link::view($this->app,$data[$this->id_field])) {
|
||||
return array( 'text' => $this->get_title($data,$old),
|
||||
'view' => $view,
|
||||
|
Loading…
Reference in New Issue
Block a user