mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Readded clickable view param to BaseActivity
This commit is contained in:
parent
5bed9c0161
commit
e2da89c15c
@ -49,6 +49,15 @@ abstract class BaseActivity extends \humhub\components\SocialActivity
|
||||
parent::init();
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function getViewParams($params = [])
|
||||
{
|
||||
$params['clickable'] = $this->clickable;
|
||||
return parent::getViewParams($params);
|
||||
}
|
||||
|
||||
/**
|
||||
* Stores the activity in database
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user