Alexander Nicolaysen Sørnes : objectManager: Send a more helpful mail when moving child objects

Alexander Nicolaysen Sørnes asornes at winehq.org
Thu Jul 16 05:57:16 CDT 2009


Module: appdb
Branch: master
Commit: 7997837f191eefe8ab89a25d6849da19e3519004
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=7997837f191eefe8ab89a25d6849da19e3519004

Author: Alexander Nicolaysen Sørnes <alexander at 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 */




More information about the wine-cvs mailing list