Events are now saved but not displayed properly again

This commit is contained in:
Mikael Nordfeldth
2016-01-18 20:57:44 +01:00
parent 6c46a93a81
commit cae344b67b
4 changed files with 89 additions and 137 deletions

View File

@@ -402,12 +402,6 @@ class Fave extends Managed_DataObject
return $object;
}
public function getAttentionArray() {
// not all objects can/should carry attentions, so we don't require extending this
// the format should be an array with URIs to mentioned profiles
return array();
}
public function getTarget()
{
return Notice::getByID($this->notice_id);