objectManager: Send a more helpful mail when moving child objects

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-15 01:11:55 +02:00
committed by Alexander Nicolaysen Sørnes
parent 8c5be3a10d
commit 7997837f19

View File

@@ -899,7 +899,7 @@ class ObjectManager
} }
/* The argument is the reply text */ /* 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 */ /* Display a page where the user can move the current object to another parent */