No need for unset() as we are not in global context

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-12-09 08:37:51 +01:00
parent 7de390f26a
commit 1a47ee0641

View File

@ -483,7 +483,6 @@ class ThemeManager
$tmp = $_SESSION['PMA_Theme_Manager']->theme_default;
}
$_SESSION['PMA_Theme_Manager']->setActiveTheme($tmp);
unset($tmp);
}
/**
* @todo move into ThemeManager::__wakeup()