Remove todo which no longer makes sense

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-07-21 14:30:18 +02:00
parent f9d14ced73
commit 5b906a781a

View File

@ -448,9 +448,6 @@ class ThemeManager
{
$tmanager = self::getInstance();
/**
* @todo move into ThemeManager::__wakeup()
*/
if (isset($_REQUEST['set_theme'])) {
// if user selected a theme
$tmanager->setActiveTheme($_REQUEST['set_theme']);