reverted r28072: maybe its better to keep the truncation of sensitive data for some cases

This commit is contained in:
Christian Binder 2009-10-09 19:59:22 +00:00
parent b9c7fa9526
commit cdd9450504

View File

@ -154,7 +154,8 @@ class notifications_popup implements notifications_iface {
if(!$link->popup) { $link->view['no_popup'] = 1; }
$url = html::link('/index.php', $link->view);
// do not expose sensitive data
$url = preg_replace('/(sessionid|kp3|domain)=[^&]+&?/','',$url);
// extract application-icon from menuaction
if($link->view['menuaction']) {
$menuaction_arr = explode('.',$link->view['menuaction']);