Fix optional parameters positioning and ttwid
This commit is contained in:
parent
0c100d650b
commit
f1728257f2
2 changed files with 7 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ class Misc {
|
|||
}
|
||||
|
||||
static public function getTtwid(): string {
|
||||
return isset($_GET['cursor']) ? $_GET['cursor'] : '';
|
||||
return isset($_GET['cursor']) ? $_GET['cursor'] : '';
|
||||
}
|
||||
|
||||
static public function url(string $endpoint = ''): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue