Fix optional parameters positioning and ttwid

This commit is contained in:
Pablo Ferreiro 2022-05-24 16:03:43 +02:00
parent 0c100d650b
commit f1728257f2
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
2 changed files with 7 additions and 7 deletions

View file

@ -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 {