Skip to content

Commit e784879

Browse files
stonebuzztrasher
andcommitted
Update ajax/visibility.php
Co-authored-by: Johan Cwiklinski <[email protected]>
1 parent 059b769 commit e784879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajax/visibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
echo "<table class='tab_format'><tr>";
6060
switch ($_POST['type']) {
61-
case 'User':
61+
case User::class:
6262
echo "<td>";
6363
$params = [
6464
'right' => isset($_POST['allusers']) ? 'all' : $_POST['right'],

0 commit comments

Comments
 (0)