forked from wallabag/wallabag
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:
@ -390,7 +390,7 @@ class Entry
|
||||
/**
|
||||
* @param bool $isPublic
|
||||
*/
|
||||
public function setPublic($isPublic)
|
||||
public function setIsPublic($isPublic)
|
||||
{
|
||||
$this->isPublic = $isPublic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user