Module: appdb Branch: master Commit: 7997837f191eefe8ab89a25d6849da19e3519004 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=7997837f191eefe8ab89a25d6... Author: Alexander Nicolaysen Sørnes <alexander(a)linux-xqqm.site> Date: Wed Jul 15 01:11:55 2009 +0200 objectManager: Send a more helpful mail when moving child objects --- include/objectManager.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/objectManager.php b/include/objectManager.php index 735e839..5153941 100644 --- a/include/objectManager.php +++ b/include/objectManager.php @@ -899,7 +899,7 @@ class ObjectManager } /* The argument is the reply text */ - $this->delete_entry("Duplicate entry"); + $this->delete_entry("This entry was merged with an existing one, which can be found at\n" . $oNewObject->objectMakeUrl()); } /* Display a page where the user can move the current object to another parent */