Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2c9efacb0b
@ -61,7 +61,6 @@ class PMA_Footer
|
||||
$this->_scripts = new PMA_Scripts();
|
||||
$this->_isMinimal = false;
|
||||
$this->_addDefaultScripts();
|
||||
unset($POST);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -58,6 +58,7 @@ class PMA_Footer_Test extends PHPUnit_Framework_TestCase
|
||||
unset($GLOBALS['error_message']);
|
||||
unset($GLOBALS['sql_query']);
|
||||
$GLOBALS['error_handler'] = new PMA_Error_Handler();
|
||||
unset($_POST);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user