Bump versions

This commit is contained in:
Alexandre Alapetite 2023-11-23 23:12:09 +01:00
parent b49596818c
commit 6a90b0d2f1
No known key found for this signature in database
GPG key ID: A24378C38E812B23
10 changed files with 10 additions and 9 deletions

View file

@ -30,6 +30,7 @@ class FreshExtension_shareByEmail_Controller extends Minz_ActionController {
$entry = $entryDAO->searchById($id);
if ($entry === null) {
Minz_Error::error(404);
return;
}
$this->view->entry = $entry;