From 161a2d1757a7a5274edf9eb66585f2aaa2f770b7 Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 17 Feb 2010 15:07:05 +0000 Subject: [PATCH] postgres is true too --- core/imageboard.pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index 8b4e347a..cf986249 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -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;