Fix menus like char-bazaar/auctions-history etc.

This commit is contained in:
slawkens 2025-01-17 11:16:19 +01:00
parent b02c7f4239
commit dd47423157

View File

@ -42,8 +42,6 @@ if(isset($config['boxes']))
} else if ($exp[0] === 'news' && $exp[1] === 'archive') {
$tmp = 'news_archive';
}
else
$tmp = $exp[0];
}
}
}