Update Page\Feed
This commit is contained in:
parent
343fbd5d67
commit
b5387b7668
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ class Feed extends Page
|
|||
return $this->exit('Bad request');
|
||||
}
|
||||
|
||||
$fid = (int) ($args['fid'] ?? 0);
|
||||
$tid = (int) ($args['tid'] ?? 0);
|
||||
$fid = $args['fid'] ?? 0;
|
||||
$tid = $args['tid'] ?? 0;
|
||||
|
||||
if ($fid > 0 && $tid > 0) {
|
||||
return $this->exit('Bad request');
|
||||
|
|
Loading…
Add table
Reference in a new issue