mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Update userclass2.php
This commit is contained in:
parent
97c0d7ac71
commit
b3a7fa4be2
@ -194,7 +194,7 @@ e107::coreLan('userclass2', true);
|
||||
$e_userclass->calc_tree();
|
||||
$text = "<div id='userclass-tree-structure'>".$e_userclass->show_graphical_tree()."</div>";
|
||||
|
||||
return array('caption'=>'Class Structure', 'text' => $text); //TODO LAN
|
||||
return array('caption'=>UCSLAN_91, 'text' => $text);
|
||||
|
||||
// $text .= $e_userclass->show_graphical_tree();
|
||||
}
|
||||
@ -519,4 +519,4 @@ e107::coreLan('userclass2', true);
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user