mirror of
https://github.com/friendica/friendica
synced 2025-04-22 18:30:13 +00:00
Fixing wrong inherited methodsyntax
This commit is contained in:
parent
6fc2eeaeaf
commit
056702c1e0
24 changed files with 25 additions and 25 deletions
|
@ -35,7 +35,7 @@ use Friendica\Model\Post;
|
|||
*/
|
||||
class UserTimeline extends BaseApi
|
||||
{
|
||||
public function rawContent()
|
||||
protected function rawContent(array $request = [])
|
||||
{
|
||||
BaseApi::checkAllowedScope(BaseApi::SCOPE_READ);
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue