mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11700] Use underscores in avatar driver template file names
PHPBB3-11700
This commit is contained in:
@@ -235,7 +235,7 @@ class manager
|
|||||||
*/
|
*/
|
||||||
static public function prepare_driver_name($name)
|
static public function prepare_driver_name($name)
|
||||||
{
|
{
|
||||||
return str_replace('.', '_', $name);
|
return str_replace(array('\\', '.'), '_', $name);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user