mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Handle empty user type
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<td style="text-align: left; vertical-align: middle;">
|
||||
<?php
|
||||
$l = $this->config->item('auth_level');
|
||||
echo $l[$row->user_type];
|
||||
echo $l[$row->user_type] ?? '';
|
||||
?>
|
||||
</td>
|
||||
<td style="text-align: left; vertical-align: middle;">
|
||||
|
||||
Reference in New Issue
Block a user