Fixed invalid method invocation

This commit is contained in:
Rouslan Placella 2012-05-30 11:34:32 +01:00
parent a14da7bd5a
commit a9e97a9e72
3 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -10,7 +10,7 @@ if (! defined('PHPMYADMIN')) {
exit;
}
PMA_Header::sendHttpHeaders();
PMA_Header::getInstance()->sendHttpHeaders();
$GLOBALS['PMD']['STYLE'] = 'default';

View File

@ -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">