remove unused argument from PMA_transformation_global_html_replace
This commit is contained in:
parent
1c99e59eaf
commit
74492de2ad
@ -25,7 +25,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
function PMA_transformation_global_html_replace($buffer, $options = array(), $meta = '')
|
||||
function PMA_transformation_global_html_replace($buffer, $options = array())
|
||||
{
|
||||
if ( ! isset($options['string']) ) {
|
||||
$options['string'] = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user