getabsoluteurl

Change-Id: I377449fbfb16fc275b665ee67c31e90141688470
This commit is contained in:
joha-asc 2011-07-22 16:21:14 +02:00
parent 6f06dbb7ba
commit 9bd9610526

@ -70,9 +70,9 @@ public class JsonNewMessagePage extends WebPage {
rec.setToUser(selectedUser);
rec.setPrivateMessage(pm);
rec = recipientDao.save(rec);
notificationController.createNotificationForPrivateMessage(selectedUser,
notificationController.notifyPrivateMessage(selectedUser,
jsonPrivateMessage.subject + "\n\n" + jsonPrivateMessage.message,
PrivateMessagesPage.getAbsoluteForPrivateMessageURL());
PrivateMessagesPage.getAbsoluteURL());
}
jsonOutput.addProperty("apikey", "success");
} else {