forked from wallabag/wallabag
Change share entry behavior
This commit is contained in:
@ -436,8 +436,6 @@ class Entry
|
||||
}
|
||||
|
||||
$this->updatedAt = new \DateTime();
|
||||
|
||||
$this->generateUuid();
|
||||
}
|
||||
|
||||
/**
|
||||
@ -634,4 +632,9 @@ class Entry
|
||||
$this->uuid = uniqid('', true);
|
||||
}
|
||||
}
|
||||
|
||||
public function cleanUuid()
|
||||
{
|
||||
$this->uuid = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user