"removed unnecessary instanciation of old bolink class"

This commit is contained in:
Ralf Becker 2008-05-15 12:41:20 +00:00
parent 8c32661218
commit c74789fc2c

View File

@ -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,