Fixed invalid method invocation
This commit is contained in:
parent
a14da7bd5a
commit
a9e97a9e72
@ -72,7 +72,7 @@ $lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][1];
|
||||
|
||||
|
||||
// start output
|
||||
PMA_Header::sendHttpHeaders();
|
||||
PMA_Header::getInstance()->sendHttpHeaders();
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||
|
||||
@ -10,7 +10,7 @@ if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
PMA_Header::sendHttpHeaders();
|
||||
PMA_Header::getInstance()->sendHttpHeaders();
|
||||
|
||||
$GLOBALS['PMD']['STYLE'] = 'default';
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ $action_done = filter_input(INPUT_GET, 'action_done');
|
||||
$action_done = preg_replace('/[^a-z_]/', '', $action_done);
|
||||
|
||||
// send no-cache headers
|
||||
PMA_Header::sendHttpHeaders();
|
||||
PMA_Header::getInstance()->sendHttpHeaders();
|
||||
?>
|
||||
<!DOCTYPE HTML>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user