diff --git a/modules/communication/tpl/js/member_communication.js b/modules/communication/tpl/js/member_communication.js index a69263a43..661a431ab 100644 --- a/modules/communication/tpl/js/member_communication.js +++ b/modules/communication/tpl/js/member_communication.js @@ -12,7 +12,7 @@ text = text.replace('%d', count); var link = jQuery(''); - link.attr("href", current_url.setQuery('module','').setQuery('act','dispCommunicationNewMessage')); + link.attr("href", current_url.setQuery('module','').setQuery('act','dispCommunicationMessages')); //link.attr("onclick", "popopen(this.href, 'popup');xeNotifyMessageClose(); return false;"); link.text(text); var para = jQuery('
');