1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Userclass fixes. Now clears userclass cache after changes in admin are made.

This commit is contained in:
Cameron
2015-05-12 13:53:47 -07:00
parent 3a238bf622
commit a708211cb3
6 changed files with 170 additions and 17 deletions

View File

@@ -408,7 +408,7 @@ class frontpage
foreach($fp_settings as $order => $current_value)
{
$title = e107::getUserClass()->uc_get_classname($current_value['class']);
$title = e107::getUserClass()->getName($current_value['class']);
$text .= "
<tr>
<td class='left'>".$order."</td>