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