mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
parent
a6ee840533
commit
0d20a8c48c
@ -400,7 +400,9 @@ EOD;
|
|||||||
|
|
||||||
private function normalizeUsername()
|
private function normalizeUsername()
|
||||||
{
|
{
|
||||||
return ltrim($this->getInput('username'), '@');
|
$username = trim($this->getInput('username'));
|
||||||
|
|
||||||
|
return ltrim($username, '@');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function detectParameters($url)
|
public function detectParameters($url)
|
||||||
|
Loading…
Reference in New Issue
Block a user