fixes tag_edit__locked/locked errors
This commit is contained in:
parent
5ac53ceb84
commit
7759700160
@ -314,7 +314,7 @@ class Upload implements Extension {
|
||||
}
|
||||
|
||||
// Checks if user is admin > check if you want locked.
|
||||
if($user->is_admin()){
|
||||
if($user->is_admin() && !empty($_GET['locked'])){
|
||||
$locked = bool_escape($_GET['locked']);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user