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:
parent
51d9699fa1
commit
82d6d9cb06
8 changed files with 147 additions and 13 deletions
|
@ -390,7 +390,7 @@ class Entry
|
|||
/**
|
||||
* @param bool $isPublic
|
||||
*/
|
||||
public function setPublic($isPublic)
|
||||
public function setIsPublic($isPublic)
|
||||
{
|
||||
$this->isPublic = $isPublic;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue