Remove unnecessary parent call in PermissionTooltip::rawContent
This commit is contained in:
parent
6749b2c887
commit
2497d36030
|
@ -16,8 +16,6 @@ class PermissionTooltip extends \Friendica\BaseModule
|
||||||
{
|
{
|
||||||
public static function rawContent(array $parameters = [])
|
public static function rawContent(array $parameters = [])
|
||||||
{
|
{
|
||||||
parent::rawContent($parameters); // TODO: Change the autogenerated stub
|
|
||||||
|
|
||||||
$type = $parameters['type'];
|
$type = $parameters['type'];
|
||||||
$referenceId = $parameters['id'];
|
$referenceId = $parameters['id'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue