Scrollreveal+cat+datenews
This commit is contained in:
@@ -116,7 +116,7 @@ class ChangeUserStateCommand 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