1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 15:16:30 +02:00

Typo fix from previous commit

This commit is contained in:
SecretR
2014-06-27 20:57:31 +03:00
parent f80e417bb3
commit e3088a877f

View File

@@ -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']))