Remove PMA_sanitize from Suhosin warning (escaping is made twice)
This commit is contained in:
parent
033a502e4d
commit
085111e988
10
main.php
10
main.php
@ -373,12 +373,10 @@ if ($cfg['SuhosinDisableWarning'] == false
|
||||
&& @ini_get('suhosin.request.max_value_length')
|
||||
) {
|
||||
trigger_error(
|
||||
PMA_sanitize(
|
||||
sprintf(
|
||||
__('Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'),
|
||||
'[a@./Documentation.html#faq1_38@_blank]',
|
||||
'[/a]'
|
||||
)
|
||||
sprintf(
|
||||
__('Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'),
|
||||
'[a@./Documentation.html#faq1_38@_blank]',
|
||||
'[/a]'
|
||||
),
|
||||
E_USER_WARNING
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user