mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 14:20:16 +02:00
@@ -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)
|
||||
|
Reference in New Issue
Block a user