Skip to content
Snippets Groups Projects
Commit fe4fd8ef authored by Sebastian Castro's avatar Sebastian Castro
Browse files

don't update timestamp on moderation resolve

parent d5a55de2
No related branches found
No related tags found
No related merge requests found
parameters:
app.version: 1.8.4
\ No newline at end of file
app.version: 1.8.5
\ No newline at end of file
......@@ -7,7 +7,7 @@
*
* @copyright Copyright (c) 2016 Sebastian Castro - 90scastro@gmail.com
* @license MIT License
* @Last Modified time: 2018-06-16 15:55:10
* @Last Modified time: 2018-06-17 19:57:54
*/
......@@ -130,7 +130,6 @@ class ElementActionService
$element->setModerationState(ModerationState::NotNeeded);
$element->setIsDuplicateNode(false);
$element->updateTimestamp();
$potentialOwners = $this->em->getRepository('BiopenGeoDirectoryBundle:Element')->findPotentialDuplicateOwner($element);
foreach ($potentialOwners as $key => $owner) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment