Added parameters
This commit is contained in:
@@ -12,7 +12,7 @@ use Friendica\Network\HTTPException;
|
||||
*/
|
||||
class ItemBody extends BaseModule
|
||||
{
|
||||
public static function content()
|
||||
public static function content($parameters)
|
||||
{
|
||||
if (!local_user()) {
|
||||
throw new HTTPException\UnauthorizedException(L10n::t('Access denied.'));
|
||||
|
||||
Reference in New Issue
Block a user