No need for unset() as we are not in global context
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
7de390f26a
commit
1a47ee0641
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user