1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Add basic title edition

Fix #218
I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
This commit is contained in:
Jeremy Benoist 2015-06-02 18:54:34 +02:00
parent 51d9699fa1
commit 82d6d9cb06
8 changed files with 147 additions and 13 deletions

View file

@ -390,7 +390,7 @@ class Entry
/**
* @param bool $isPublic
*/
public function setPublic($isPublic)
public function setIsPublic($isPublic)
{
$this->isPublic = $isPublic;
}