Scrollreveal+cat+datenews
This commit is contained in:
@@ -118,7 +118,7 @@ class ChangePasswordCommand extends ConsoleCommand
|
||||
}
|
||||
|
||||
// Lowercase the username for the filename
|
||||
$username = strtolower($username);
|
||||
$username = mb_strtolower($username);
|
||||
|
||||
/** @var UniformResourceLocator $locator */
|
||||
$locator = Grav::instance()['locator'];
|
||||
|
||||
Reference in New Issue
Block a user