From b57433fa353427265eed35a6e91fa0196d48e555 Mon Sep 17 00:00:00 2001 From: Brad Shuttleworth Date: Mon, 22 May 2006 11:49:50 +0000 Subject: [PATCH] made the cleared notification message more friendly. --- HISTORY.txt | 3 ++- notify.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index b06949f..950d79e 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -13,7 +13,8 @@ Fixes: - KTS-972 Owner, Everyone and Authenticated weren't being respected by browse and search - KTS-959 Documents weren't properly purged from the cache on change. - + - KTS-977 Saved Searches didn't take "is"/"is not" into account + - KTS-910 Notification already cleared message is not friendly. 3.0.2 ----- diff --git a/notify.php b/notify.php index 9d05ee1..f6c43da 100644 --- a/notify.php +++ b/notify.php @@ -56,7 +56,7 @@ class KTNotificationDispatcher extends KTStandardDispatcher { $oKTNotification =& KTNotification::get($notification_id); if (PEAR::isError($oKTNotification)) { - $this->addErrorMessage(_kt('Invalid notification.')); + $this->addInfoMessage(_kt('Cannot find the notification you requested. Notification may already have been cleared.')); exit(redirect(generateControllerLink('dashboard'))); } -- libgit2 0.21.4