Bump versions
This commit is contained in:
parent
b49596818c
commit
6a90b0d2f1
10 changed files with 10 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Share By Email",
|
||||
"author": "Marien Fressinaud",
|
||||
"description": "Improve the sharing by email system.",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"entrypoint": "ShareByEmail",
|
||||
"type": "user"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue