1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Fixes #4837 - Fix Featurebox LAN issue

See 968a6d0a4f
This commit is contained in:
Moc
2022-09-05 20:14:12 +02:00
parent a62f5985fd
commit 86b234fd11
2 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ class featurebox_setup
{
$query = array();
$query['fb_category_id'] = 0;
$query['fb_category_title'] = FBLAN_INSTALL_03;
$query['fb_category_title'] = FBLAN_34;
$query['fb_category_template'] = 'unassigned';
$query['fb_category_random'] = 0;
$query['fb_category_class'] = e_UC_NOBODY;