From b3a7fa4be2264f3c3bd98bed5e7e0494edfd743e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=A1bor?= <yesszus@gmail.com>
Date: Sun, 22 Jan 2017 10:19:26 +0100
Subject: [PATCH] Update userclass2.php

---
 e107_admin/userclass2.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/e107_admin/userclass2.php b/e107_admin/userclass2.php
index 703ab67dc..b69a7ac92 100644
--- a/e107_admin/userclass2.php
+++ b/e107_admin/userclass2.php
@@ -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);
 
 
 
-?>
\ No newline at end of file
+?>