patch #1611684 additionnal change

This commit is contained in:
Marc Delisle
2007-01-12 18:41:38 +00:00
parent bdbcf3ceaa
commit 827f929eb8
2 changed files with 6 additions and 0 deletions

View File

@@ -197,6 +197,9 @@ class PMA_Theme_Manager {
{
PMA_setCookie($this->getThemeCookieName(), $this->theme->id,
$this->theme_default);
// force a change of a dummy session variable to avoid problems
// with the caching of phpmyadmin.css.php
$_SESSION['PMA_Config']->set('theme-update', $this->theme->id);
return true;
}