postgres is true too
This commit is contained in:
parent
9c26f9efb4
commit
161a2d1757
@ -374,7 +374,7 @@ class Image {
|
||||
|
||||
|
||||
public function is_locked() {
|
||||
return ($this->locked === true || $this->locked == "Y");
|
||||
return ($this->locked === true || $this->locked == "Y" || $this->locked == "t");
|
||||
}
|
||||
public function set_locked($tf) {
|
||||
global $database;
|
||||
|
Loading…
x
Reference in New Issue
Block a user