Skip to content

Commit 3d80a1e

Browse files
stonebuzztrasher
andcommitted
Update ajax/visibility.php
Co-authored-by: Johan Cwiklinski <[email protected]>
1 parent 68da63e commit 3d80a1e

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
@@ -105,7 +105,7 @@
105105
$display = true;
106106
break;
107107

108-
case 'Profile':
108+
case Profile::class:
109109
echo "<td>";
110110
$checkright = (READ | CREATE | UPDATE | PURGE);
111111
$righttocheck = $_POST['right'];

0 commit comments

Comments
 (0)