mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Typo fix from previous commit
This commit is contained in:
@@ -37,7 +37,7 @@ $mes = e107::getMessage();
|
||||
|
||||
if(isset($_GET['mode']))
|
||||
{
|
||||
$_GET['mode'] = preg_match('/[^\w-]/', '', $_GET['mode']);
|
||||
$_GET['mode'] = preg_replace('/[^\w-]/', '', $_GET['mode']);
|
||||
}
|
||||
|
||||
if(isset($_GET['type']))
|
||||
|
Reference in New Issue
Block a user